java.lang.Throwable
now contains Throwable getCause() (since 7.2)public interface IExceptionWithCause
Any Toolkit exception class that can be caused by another lower-level exception should implement this interface.
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause()
Deprecated.
Returns the cause of this exception or
null if the cause is
nonexistent or unknown. |