Class XPathProcessorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.transform.TransformerException
org.htmlunit.xpath.XPathException
org.htmlunit.xpath.XPathProcessorException
- All Implemented Interfaces:
Serializable
Derived from XPathException in order that XPath processor exceptions may be specifically caught.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXPathProcessorException(String message) Create an XPathProcessorException object that holds an error message. -
Method Summary
Methods inherited from class XPathException
getException, getMessageMethods inherited from class TransformerException
getCause, getLocationAsString, getLocator, getMessageAndLocation, initCause, printStackTrace, printStackTrace, printStackTrace, setLocatorMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, setStackTrace, toString
-
Constructor Details
-
XPathProcessorException
Create an XPathProcessorException object that holds an error message.- Parameters:
message- The error message.
-