org.apache.avalon.framework
Interface CascadingThrowable
- CascadingError, CascadingException, CascadingRuntimeException, ComponentException, ConfigurationException, ContextException, ParameterException, ServiceException
public interface CascadingThrowable
Interface which all cascadign throwables should implement.
Allows recording of nested exceptions.
Version:
- Avalon Development Team
Throwable | getCause() - Returns the root cause of this
Throwable .
|
getCause
public Throwable getCause()
Returns the root cause of this Throwable
.
- a
Throwable
"Copyright B) 2001 Apache Jakarta Project. All Rights Reserved."