public interface ExtException
Throwable object which was thrown and caused the
exception. This interface must be implemented by all exceptions to accomplish
this additional functionality.| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause()
Returns the cause of the exception.
|