org.apache.xpath

Class XPathProcessorException


public class XPathProcessorException
extends XPathException

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

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.

Method Summary

Methods inherited from class org.apache.xpath.XPathException

getException, getMessage, getStylesheetNode, getStylesheetNode, printStackTrace, printStackTrace, setStylesheetNode

Constructor Details

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) 2006 Apache XML Project. All Rights Reserved.