org.apache.xpath
Class XPathProcessorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.transform.TransformerException
org.apache.xpath.XPathException
org.apache.xpath.XPathProcessorException
- All Implemented Interfaces:
- Serializable
public class XPathProcessorException
- extends XPathException
Derived from XPathException in order that XPath processor
exceptions may be specifically caught.
- See Also:
- Serialized Form
- Usage:
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 ? 2006 Apache XML Project. All Rights Reserved.