org.apache.xpath

Class XPathProcessorException

public class XPathProcessorException extends XPathException

Derived from XPathException in order that XPath processor exceptions may be specifically caught.

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.

Constructor Detail

XPathProcessorException

public XPathProcessorException(String message)
Create an XPathProcessorException object that holds an error message.

Parameters: 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.

Parameters: message The error message. e The exception that caused this exception.

Copyright B) 2005 Apache XML Project. All Rights Reserved.