Package org.jaxen
Class JaxenRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jaxen.JaxenRuntimeException
- All Implemented Interfaces:
Serializable
This class exists to wrap Jaxen exceptions that otherwise wouldn't be propagated
up through the axis iterators.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJaxenRuntimeException
(String message) Create a new JaxenRuntimeException.JaxenRuntimeException
(Throwable cause) Create a new JaxenRuntimeException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JaxenRuntimeException
Create a new JaxenRuntimeException.- Parameters:
cause
- the nested exception that's wrapped inside this exception
-
JaxenRuntimeException
Create a new JaxenRuntimeException.- Parameters:
message
- the detail message
-