org.apache.avalon.framework

Interface CascadingThrowable

public interface CascadingThrowable

Interface which all cascadign throwables should implement. Allows recording of nested exceptions.

Version: $Id: CascadingThrowable.java 30977 2004-07-30 03:57:54 -0500 (Fri, 30 Jul 2004) niclas $

Author: Avalon Development Team

Method Summary
ThrowablegetCause()
Returns the root cause of this Throwable.

Method Detail

getCause

public Throwable getCause()
Returns the root cause of this Throwable.

Returns: a Throwable