Package com.teamdev.jxbrowser.dom
Class XPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.teamdev.jxbrowser.dom.XPathException
- All Implemented Interfaces:
Serializable
Signals that an XPath expression evaluation has been failed or it is impossible to perform a
specific operation with
XPathResult
.- See Also:
-
Constructor Summary
ConstructorDescriptionXPathException
(String message) Constructs anXPathException
instance with the given detailmessage
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XPathException
Constructs anXPathException
instance with the given detailmessage
. The detail message is a string that describes this particular exception.- Parameters:
message
- a string representing a detailed message
-