CircularIncludeExceptionpublic class XmlLoadException extends java.lang.RuntimeException
| Constructor | Description |
|---|---|
XmlLoadException(java.lang.String msg) |
|
XmlLoadException(java.lang.String msg,
java.lang.Throwable cause) |
|
XmlLoadException(java.lang.Throwable cause) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Throwable |
getCause() |
Returns the cause of this throwable or null if the cause is
nonexistent or unknown.
|
public XmlLoadException(java.lang.Throwable cause)
cause - underlying exception that caused this to be thrownpublic XmlLoadException(java.lang.String msg)
public XmlLoadException(java.lang.String msg, java.lang.Throwable cause)
public java.lang.Throwable getCause()
getCause in class java.lang.Throwable