Package org.apache.commons.jxpath
Class JXPathInvalidAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.jxpath.JXPathException
org.apache.commons.jxpath.JXPathInvalidAccessException
- All Implemented Interfaces:
Serializable
Similary to
InvocationTargetException
in that
it is thrown when JXPath cannot access properties, collection etc on the
target object model.- Version:
- $Revision: 658784 $ $Date: 2008-05-21 12:44:55 -0500 (Wed, 21 May 2008) $
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJXPathInvalidAccessException
(String message) Create a new JXPathInvalidAccessException.JXPathInvalidAccessException
(String message, Throwable ex) Create a new JXPathInvalidAccessException. -
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
-
JXPathInvalidAccessException
Create a new JXPathInvalidAccessException.- Parameters:
message
- exception message
-
JXPathInvalidAccessException
Create a new JXPathInvalidAccessException.- Parameters:
message
- exception messageex
- precipitating exception
-