java.io.Serializable
CircularIncludeException
public class XmlLoadException
extends java.lang.RuntimeException
Modifier and Type | Field | Description |
---|---|---|
private java.lang.Throwable |
cause |
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)
Copyright 2001-2005 The Apache Software Foundation.