Package org.apache.commons.jxpath
Class JXPathTypeConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.jxpath.JXPathException
org.apache.commons.jxpath.JXPathTypeConversionException
- All Implemented Interfaces:
Serializable
Thrown when JXPath cannot convert supplied value to the required type.
- Version:
- $Revision: 658784 $ $Date: 2008-05-21 12:44:55 -0500 (Wed, 21 May 2008) $
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJXPathTypeConversionException
(String message) Create a new JXPathTypeConversionException.JXPathTypeConversionException
(String message, Exception ex) Create a new JXPathTypeConversionException. -
Method Summary
Methods inherited from class org.apache.commons.jxpath.JXPathException
getCause, getException, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
JXPathTypeConversionException
Create a new JXPathTypeConversionException.- Parameters:
message
- exception text
-
JXPathTypeConversionException
Create a new JXPathTypeConversionException.- Parameters:
message
- exception textex
- underlying cause
-