|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.xml.XmlException
org.springframework.xml.xpath.XPathException
public class XPathException
Exception thrown when an error occurs during XPath processing.
Constructor Summary | |
---|---|
XPathException(java.lang.String message)
Constructs a new instance of the XPathException with the specific detail message. |
|
XPathException(java.lang.String message,
java.lang.Throwable throwable)
Constructs a new instance of the XPathException with the specific detail message and exception. |
Method Summary |
---|
Methods inherited from class org.springframework.core.NestedRuntimeException |
---|
contains, getCause, getMessage, getMostSpecificCause, getRootCause, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XPathException(java.lang.String message)
XPathException
with the specific detail message.
message
- the detail messagepublic XPathException(java.lang.String message, java.lang.Throwable throwable)
XPathException
with the specific detail message and exception.
message
- the detail messagethrowable
- the wrapped exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |