org.apache.xpath
public class XPathProcessorException extends XPathException
UNKNOWN: general
| Constructor Summary | |
|---|---|
| XPathProcessorException(String message)
Create an XPathProcessorException object that holds
an error message. | |
| XPathProcessorException(String message, Exception e)
Create an XPathProcessorException object that holds
an error message, and another exception
that caused this exception. | |
Parameters: message The error message.
Parameters: message The error message. e The exception that caused this exception.