public class DeltaXMLException
extends java.lang.Exception
This class specifies an exceptional condition.
Constructor and Description |
---|
DeltaXMLException(java.lang.String message)
Creates a new exception with an identifying message.
|
DeltaXMLException(java.lang.String message,
java.lang.Throwable e)
Creates a new exception which wraps an existing exception and provides an additional message.
|
DeltaXMLException(java.lang.Throwable e)
Creates a new exception which wraps an existing exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause()
Return the throwable that this exception wraps.
|
java.lang.Throwable |
getThrowable()
Return the throwable that this exception wraps.
|
public DeltaXMLException(java.lang.String message)
Creates a new exception with an identifying message.
message
- The error or warning message.public DeltaXMLException(java.lang.Throwable e)
Creates a new exception which wraps an existing exception.
e
- The Exception or Error to wrap.public DeltaXMLException(java.lang.String message, java.lang.Throwable e)
Creates a new exception which wraps an existing exception and provides an additional message.
e
- The Exception or Error to wrap.message
- The error or warning message.public java.lang.Throwable getThrowable()
DeltaXMLException.getCause()
public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
DeltaXMLException.getThrowable()