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 |
|---|---|
Throwable |
getCause()
Returns the cause of the exception.
|
Throwable getCause()
Copyright © 2015. All rights reserved.