Package org.apache.commons.jxpath
Class JXPathFunctionNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.commons.jxpath.JXPathException
-
- org.apache.commons.jxpath.JXPathFunctionNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class JXPathFunctionNotFoundException extends JXPathException
Thrown when JXPath encounters an unknown extension function.- Version:
- $Revision: 658784 $ $Date: 2008-05-21 12:44:55 -0500 (Wed, 21 May 2008) $
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description JXPathFunctionNotFoundException(java.lang.String message)
Create a new JXPathFunctionNotFoundException.
-
Method Summary
-
Methods inherited from class org.apache.commons.jxpath.JXPathException
getCause, getException, getMessage
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-