public class XmlLoadException extends RuntimeException
| Constructor and Description |
|---|
XmlLoadException(String msg) |
XmlLoadException(String msg,
Throwable cause) |
XmlLoadException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
Returns the cause of this throwable or null if the cause is
nonexistent or unknown.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic XmlLoadException(Throwable cause)
cause - underlying exception that caused this to be thrownpublic XmlLoadException(String msg)
public XmlLoadException(String msg, Throwable cause)
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.