Package org.apache.avalon.framework
Interface CascadingThrowable
-
- All Known Implementing Classes:
CascadingError,CascadingException,CascadingRuntimeException,ComponentException,ConfigurationException,ContextException,ParameterException,ServiceException
public interface CascadingThrowableInterface which all cascadign throwables should implement. Allows recording of nested exceptions.- Version:
- CVS $Revision: 1.15 $ $Date: 2004/02/11 14:34:24 $
- Author:
- Avalon Development Team
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ThrowablegetCause()Returns the root cause of thisThrowable.
-