|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.inria.ns.reflex.structures.LocalizableException
org.inria.ns.reflex.xml.XMLException
org.inria.ns.reflex.xml.NamespaceException
public class NamespaceException
Denotes that an exception related to a namespace URI occurred, for example, when a prefix is not bound to a namespace URI.
| Constructor Summary | |
|---|---|
NamespaceException()
Constructs a new NamespaceException without detail message and
cause. |
|
NamespaceException(Exception cause)
Constructs a new NamespaceException with the specified
cause. |
|
NamespaceException(String message)
Constructs a new NamespaceException with the specified detail
message. |
|
NamespaceException(String message,
Throwable cause)
Constructs a new NamespaceException with the specified detail
message and cause. |
|
NamespaceException(Throwable cause)
Constructs a new NamespaceException with the specified detail
message and cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.inria.ns.reflex.structures.LocalizableException |
|---|
getLocalizedMessage, getLocation, isLocalizable, setLocation, wasTraced |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NamespaceException()
NamespaceException without detail message and
cause.
public NamespaceException(String message)
NamespaceException with the specified detail
message. The cause is not initialized.
message - The detail message.public NamespaceException(Exception cause)
NamespaceException with the specified
cause.
cause - The cause.
public NamespaceException(String message,
Throwable cause)
NamespaceException with the specified detail
message and cause.
message - The detail message.cause - The cause. A null value is permitted, and
indicates that the cause is nonexistent or unknown.public NamespaceException(Throwable cause)
NamespaceException with the specified detail
message and cause.
cause - The cause. A null value is permitted, and
indicates that the cause is nonexistent or unknown.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||