Uses of Class
org.apache.commons.jxpath.JXPathException
-
Packages that use JXPathException Package Description org.apache.commons.jxpath Public, abstract part of JXPath: interfaces and configuration. -
-
Uses of JXPathException in org.apache.commons.jxpath
Subclasses of JXPathException in org.apache.commons.jxpath Modifier and Type Class Description classJXPathAbstractFactoryExceptionThrown when anAbstractFactorycannot generate an object for the requested path.classJXPathFunctionNotFoundExceptionThrown when JXPath encounters an unknown extension function.classJXPathInvalidAccessExceptionSimilary toInvocationTargetExceptionin that it is thrown when JXPath cannot access properties, collection etc on the target object model.classJXPathInvalidSyntaxExceptionThrown when JXPath cannot parse a supplied XPath.classJXPathNotFoundExceptionThrown when JXPath cannot find a requested path.classJXPathTypeConversionExceptionThrown when JXPath cannot convert supplied value to the required type.
-