|
|||||||||||
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.jaxen.saxpath.SAXPathException
org.jaxen.JaxenException
Generic Jaxen exception.
This is the root of all Jaxen exceptions. It may wrap other exceptions.
Constructor Summary | |
JaxenException(java.lang.String message)
Construct with a message. |
|
JaxenException(java.lang.Throwable rootCause)
Construct with a root cause. |
Methods inherited from class org.jaxen.saxpath.SAXPathException |
getCause, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JaxenException(java.lang.String message)
message
- The error message.public JaxenException(java.lang.Throwable rootCause)
rootCause
- Root cause of the error.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |