| org.apache.xpath.XPathException org.apache.xpath.XPathProcessorException
XPathProcessorException | public class XPathProcessorException extends XPathException (Code) | | Derived from XPathException in order that XPath processor
exceptions may be specifically caught.
|
serialVersionUID | final static long serialVersionUID(Code) | | |
XPathProcessorException | public XPathProcessorException(String message)(Code) | | Create an XPathProcessorException object that holds
an error message.
Parameters: message - The error message. |
XPathProcessorException | public XPathProcessorException(String message, Exception e)(Code) | | Create an XPathProcessorException object that holds
an error message, and another exception
that caused this exception.
Parameters: message - The error message. Parameters: e - The exception that caused this exception. |
|
|