|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception javax.xml.transform.TransformerException org.apache.xpath.XPathException org.apache.xpath.XPathProcessorException
public class XPathProcessorException
Derived from XPathException in order that XPath processor exceptions may be specifically caught.
Field Summary | |
---|---|
(package private) static long |
serialVersionUID
|
Fields inherited from class org.apache.xpath.XPathException |
---|
m_exception, m_styleNode |
Constructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class org.apache.xpath.XPathException |
---|
getException, getExpressionOwner, getMessage, getStylesheetNode, getStylesheetNode, printStackTrace, printStackTrace, setStylesheetNode |
Methods inherited from class javax.xml.transform.TransformerException |
---|
getCause, getLocationAsString, getLocator, getMessageAndLocation, initCause, printStackTrace, setLocator |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
static final long serialVersionUID
Constructor Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |