org.apache.avalon.framework
Interface CascadingThrowable

All Known Implementing Classes:
CascadingError, CascadingException, CascadingRuntimeException

public interface CascadingThrowable

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

Version:
CVS $Revision: 1.1.1.3 $ $Date: 2004/04/04 13:17:10 $
Author:
Avalon Development Team

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

Method Detail

getCause

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

Returns:
a Throwable


Copyright © The Apache Software Foundation. All Rights Reserved.