Package org.apache.commons.jxpath
Class JXPathNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.commons.jxpath.JXPathException
-
- org.apache.commons.jxpath.JXPathNotFoundException
-
- All Implemented Interfaces:
Serializable
public class JXPathNotFoundException extends JXPathException
Thrown when JXPath cannot find a requested path.- Version:
- $Revision: 658784 $ $Date: 2008-05-21 12:44:55 -0500 (Wed, 21 May 2008) $
- Author:
- Dmitri Plotnikov
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JXPathNotFoundException(String message)
Create a new JXPathNotFoundException.
-
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
-
-
-
-
Constructor Detail
-
JXPathNotFoundException
public JXPathNotFoundException(String message)
Create a new JXPathNotFoundException.- Parameters:
message
- exception detail
-
-