Package org.apache.commons.jxpath
Class JXPathInvalidSyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.jxpath.JXPathException
org.apache.commons.jxpath.JXPathInvalidSyntaxException
- All Implemented Interfaces:
Serializable
Thrown when JXPath cannot parse a supplied XPath.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJXPathInvalidSyntaxException
(String message) Constructs a new JXPathInvalidSyntaxException. -
Method Summary
Methods inherited from class org.apache.commons.jxpath.JXPathException
getException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JXPathInvalidSyntaxException
Constructs a new JXPathInvalidSyntaxException.- Parameters:
message
- relevant message
-