|
|||||||||||
| 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.saxpath.SAXPathException
org.jaxen.JaxenException
Generic Jaxen exception.
This is the root of all Jaxen exceptions.
It may wrap other exceptions. See getRootCause().
| Constructor Summary | |
JaxenException(java.lang.String message)
Construct with a message. |
|
JaxenException(java.lang.Throwable rootCause)
Construct with a root cause. |
|
| Method Summary | |
java.lang.Throwable |
getRootCause()
Retrieve the root cause, if any. |
| 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 JaxenException(java.lang.String message)
message - The error message.public JaxenException(java.lang.Throwable rootCause)
rootCause - Root cause of the error.| Method Detail |
public java.lang.Throwable getRootCause()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||