org.apache.avalon.framework
Interface CascadingThrowable
public interface CascadingThrowable
Interface which all cascadign throwables should implement.
Allows recording of nested exceptions.
CVS $Revision: 1.15 $ $Date: 2004/02/11 14:34:24 $ Throwable | getCause() - Returns the root cause of this
Throwable .
|
getCause
public Throwable getCause()
Returns the root cause of this Throwable
.