public class XPathProcessorException extends XPathException
Constructor and Description |
---|
XPathProcessorException(java.lang.String message)
Create an XPathProcessorException object that holds
an error message.
|
XPathProcessorException(java.lang.String message,
java.lang.Exception e)
Create an XPathProcessorException object that holds
an error message, and another exception
that caused this exception.
|
getException, getMessage, getStylesheetNode, getStylesheetNode, printStackTrace, printStackTrace, setStylesheetNode
getCause, getLocationAsString, getLocator, getMessageAndLocation, initCause, printStackTrace, setLocator
public XPathProcessorException(java.lang.String message)
message
- The error message.public XPathProcessorException(java.lang.String message, java.lang.Exception e)
message
- The error message.e
- The exception that caused this exception.Copyright ? 2014 Apache XML Project. All Rights Reserved.