Package org.htmlunit.xpath
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:
java.io.Serializable
public class XPathProcessorException extends XPathException
Derived from XPathException in order that XPath processor exceptions may be specifically caught.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XPathProcessorException(java.lang.String message)
Create an XPathProcessorException object that holds an error message.
-
Method Summary
-
Methods inherited from class org.htmlunit.xpath.XPathException
getException, getMessage
-
Methods inherited from class javax.xml.transform.TransformerException
getCause, getLocationAsString, getLocator, getMessageAndLocation, initCause, printStackTrace, printStackTrace, printStackTrace, setLocator
-
-