public class XmlLoadException
extends java.lang.RuntimeException
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.
|
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)
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.