|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
net.dpml.lang.NamespaceError
public class NamespaceError
Error related to schmema namespace resolution.
Constructor Summary | |
---|---|
NamespaceError(java.lang.String message)
Construct a new PartError instance. |
|
NamespaceError(java.lang.String message,
java.lang.Throwable cause)
Construct a new PartError instance. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, 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 NamespaceError(java.lang.String message)
PartError
instance.
message
- The detail message for this exception.public NamespaceError(java.lang.String message, java.lang.Throwable cause)
PartError
instance.
message
- The detail message for this exception.cause
- the root cause of the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |