|
||||||||||
| 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
public abstract class XmlException
Root of the hierarchy of XML exception.
| Constructor Summary | |
|---|---|
protected |
XmlException(java.lang.String message)
Constructs a new instance of the XmlException with the specific detail message. |
protected |
XmlException(java.lang.String message,
java.lang.Throwable throwable)
Constructs a new instance of the XmlException 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 |
|---|
protected XmlException(java.lang.String message)
XmlException with the specific detail message.
message - the detail message
protected XmlException(java.lang.String message,
java.lang.Throwable throwable)
XmlException 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 | |||||||||