org.apache.avalon.framework

Interface CascadingThrowable

Known Implementing Classes:
CascadingError, CascadingException, CascadingRuntimeException, ComponentException, ConfigurationException, ContextException, ParameterException, ServiceException

public interface CascadingThrowable

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

Version:
CVS $Revision: 1.13 $ $Date: 2003/02/11 15:58:37 $

Author:
Avalon Development Team

Method Summary

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

Method Details

getCause

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

Returns:
a Throwable


"Copyright B) 2001 Apache Jakarta Project. All Rights Reserved."