org.apache.avalon.framework
Interface CascadingThrowable

All Known Implementing Classes:
CascadingAssertionFailedError, CascadingError, CascadingException, CascadingRuntimeException, SourceException

public interface CascadingThrowable

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

Version:
$Id: CascadingThrowable.java 30977 2004-07-30 08:57:54Z niclas $
Author:
Avalon Development Team

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

Method Detail

getCause

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

Returns:
a Throwable


Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.