org.apache.avalon.framework
Interface CascadingThrowable

All 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:
$Id: CascadingThrowable.java 506231 2007-02-12 02:36:54Z crossley $
Author:
Avalon Development Team

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

Method Detail

getCause

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

Returns:
a Throwable


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