org.apache.avalon.framework
Interface CascadingThrowable

All Known Implementing Classes:
CascadingException, CascadingRuntimeException, CascadingError

public interface CascadingThrowable

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

Version:
1.0
Author:
Peter Donald

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 © 2001 Apache Jakarta Project. All Rights Reserved.