org.apache.xpath
Class XPathProcessorException
public class XPathProcessorException
Derived from XPathException in order that XPath processor
exceptions may be specifically caught.
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.
|
XPathProcessorException
public XPathProcessorException(String message)
Create an XPathProcessorException object that holds
an error message.
message
- The error message.
XPathProcessorException
public XPathProcessorException(String message,
Exception e)
Create an XPathProcessorException object that holds
an error message, and another exception
that caused this exception.
message
- The error message.e
- The exception that caused this exception.
Copyright B) 2005 Apache XML Project. All Rights Reserved.