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.

Author:
Peter Donald

Method Summary
 java.lang.Throwable getCause()
           
 

Method Detail

getCause

public java.lang.Throwable getCause()


"Copyright ? 2001 Apache Jakarta Project. All Rights Reserved."