java.io.Serializable
public class XPathProcessorException extends XPathException
Constructor | 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.
|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, setStackTrace, toString
getCause, getLocationAsString, getLocator, getMessageAndLocation, initCause, printStackTrace, setLocator
getException, getMessage, getStylesheetNode, getStylesheetNode, printStackTrace, printStackTrace, setStylesheetNode
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.