Package org.jaxen
Class JaxenRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jaxen.JaxenRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class JaxenRuntimeException extends java.lang.RuntimeException
This class exists to wrap Jaxen exceptions that otherwise wouldn't be propagated up through the axis iterators.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JaxenRuntimeException(java.lang.String message)
Create a new JaxenRuntimeException.JaxenRuntimeException(java.lang.Throwable cause)
Create a new JaxenRuntimeException.
-
-
-
Constructor Detail
-
JaxenRuntimeException
public JaxenRuntimeException(java.lang.Throwable cause)
Create a new JaxenRuntimeException.- Parameters:
cause
- the nested exception that's wrapped inside this exception
-
JaxenRuntimeException
public JaxenRuntimeException(java.lang.String message)
Create a new JaxenRuntimeException.- Parameters:
message
- the detail message
-
-