public class XmlLoadException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Throwable |
cause |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
XmlLoadException(java.lang.String msg) |
XmlLoadException(java.lang.String msg,
java.lang.Throwable cause) |
XmlLoadException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause()
Returns the cause of this throwable or null if the cause is
nonexistent or unknown.
|
private static final long serialVersionUID
private java.lang.Throwable cause
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)