nu.xom
public class NamespaceConflictException extends WellformednessException
Signals an attempt to set a namespace in a way that conflicts with an existing namespace; for instance, adding an attribute to an element that has the same prefix as the element but maps it to a different URI.
Constructor and Description |
---|
NamespaceConflictException(String message)
Creates a new
NamespaceConflictException
with a detail message. |
NamespaceConflictException(String message,
Throwable cause)
Creates a new
NamespaceConflictException
with a detail message and an underlying root cause. |
getCause, initCause
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NamespaceConflictException(String message)
Creates a new NamespaceConflictException
with a detail message.
message
- a string indicating the specific problemCopyright 2002-2010 <a href='http://www.elharo.com/'>Elliotte Rusty Harold</a><br /> <a href='mailto:elharo%40ibiblio%2Eorg?Subject=XOM'>elharo@ibiblio.org</a>