|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JXPathException | |
---|---|
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 | |
---|---|
class |
JXPathAbstractFactoryException
Thrown when an AbstractFactory cannot generate an object for
the requested path. |
class |
JXPathFunctionNotFoundException
Thrown when JXPath encounters an unknown extension function. |
class |
JXPathInvalidAccessException
Similary to InvocationTargetException in that
it is thrown when JXPath cannot access properties, collection etc on the
target object model. |
class |
JXPathInvalidSyntaxException
Thrown when JXPath cannot parse a supplied XPath. |
class |
JXPathNotFoundException
Thrown when JXPath cannot find a requested path. |
class |
JXPathTypeConversionException
Thrown when JXPath cannot convert supplied value to the required type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |