|
||||||||||
| 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
org.springframework.xml.xpath.XPathParseException
public class XPathParseException
Exception throws when a XPath expression cannot be parsed.
| Constructor Summary | |
|---|---|
XPathParseException(java.lang.String message)
Constructs a new instance of the XPathParseException with the specific detail message. |
|
XPathParseException(java.lang.String message,
java.lang.Throwable throwable)
Constructs a new instance of the XPathParseException 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 XPathParseException(java.lang.String message)
XPathParseException with the specific detail message.
message - the detail message
public XPathParseException(java.lang.String message,
java.lang.Throwable throwable)
XPathParseException 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 | |||||||||