|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nu.xom.XMLException
nu.xom.WellformednessException
nu.xom.NamespaceConflictException
public class NamespaceConflictException
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 Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class nu.xom.XMLException |
---|
getCause, initCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NamespaceConflictException(String message)
Creates a new NamespaceConflictException
with a detail message.
message
- a string indicating the specific problempublic NamespaceConflictException(String message, Throwable cause)
Creates a new NamespaceConflictException
with a detail message and an underlying root cause.
message
- a string indicating the specific problemcause
- the original cause of this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |