public class JaxenException extends SAXPathException
This is the root of all Jaxen exceptions.
It may wrap other exceptions. See getRootCause().
detail| Constructor and Description |
|---|
JaxenException(String message)
Construct with a message.
|
JaxenException(Throwable rootCause)
Construct with a root cause.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getRootCause()
Retrieve the root cause, if any.
|
getDetail, getMessage, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic JaxenException(String message)
message - The error message.public JaxenException(Throwable rootCause)
rootCause - Root cause of the error.public Throwable getRootCause()
Copyright © 2013. All Rights Reserved.