|
|||||||||
| 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
org.xmlpull.v1.builder.XmlBuilderException
org.xmlpull.v1.builder.xpath.saxpath.SAXPathException
org.xmlpull.v1.builder.xpath.jaxen.JaxenException
public class JaxenException
Generic Jaxen exception.
This is the root of all Jaxen exceptions.
It may wrap other exceptions. See getRootCause().
| Field Summary |
|---|
| Fields inherited from class org.xmlpull.v1.builder.XmlBuilderException |
|---|
detail |
| 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 org.xmlpull.v1.builder.XmlBuilderException |
|---|
getDetail, getMessage, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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.| Method Detail |
|---|
public java.lang.Throwable getRootCause()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||