public class XPathProcessorException extends XPathException
m_exception
Constructor and Description |
---|
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.
|
getException, getExpressionOwner, getMessage, getStylesheetNode, getStylesheetNode, printStackTrace, printStackTrace, setStylesheetNode
getCause, getLocationAsString, getLocator, getMessageAndLocation, initCause, printStackTrace, setLocator
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, setStackTrace, toString
public XPathProcessorException(String message)
message
- The error message.Copyright © 2017 JBoss by Red Hat. All rights reserved.