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 30977 2004-07-30 03:57:54 -0500 (Fri, 30 Jul 2004) niclas $
Author:
Avalon Development Team
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the root cause of this Throwable.
  • Method Details

    • getCause

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