Uses of Interface
org.apache.avalon.framework.CascadingThrowable
Packages that use CascadingThrowable
Package
Description
The Framework part of Avalon contains interfaces and contracts surrounding
those interfaces, along with default implementations of some of those
interfaces.
Deprecated: use the interfaces in the
org.apache.avalon.framework.service
package instead.Component configuration interfaces and XML-based implementations.
Interfaces and implementation of the Context model through which runtime context
can be applied by a manager to a component.
Interfaces supporting the supply of flat configuration information.
Interfaces and default implementation of a service management framework supporting container based service lookup and decommissioning.
-
Uses of CascadingThrowable in org.apache.avalon.framework
Classes in org.apache.avalon.framework that implement CascadingThrowableModifier and TypeClassDescriptionclass
Class from which all exceptions should inherit.class
Class from which all exceptions should inherit.class
Class from which all exceptions should inherit. -
Uses of CascadingThrowable in org.apache.avalon.framework.component
Classes in org.apache.avalon.framework.component that implement CascadingThrowableModifier and TypeClassDescriptionclass
The exception thrown to indicate a problem with Components. -
Uses of CascadingThrowable in org.apache.avalon.framework.configuration
Classes in org.apache.avalon.framework.configuration that implement CascadingThrowableModifier and TypeClassDescriptionclass
Thrown when aConfigurable
component cannot be configured properly, or if a value cannot be retrieved properly. -
Uses of CascadingThrowable in org.apache.avalon.framework.context
Classes in org.apache.avalon.framework.context that implement CascadingThrowableModifier and TypeClassDescriptionclass
Exception signalling a badly formed Context. -
Uses of CascadingThrowable in org.apache.avalon.framework.parameters
Classes in org.apache.avalon.framework.parameters that implement CascadingThrowableModifier and TypeClassDescriptionfinal class
Thrown when aParameterizable
component cannot be parameterized properly, or if a value cannot be retrieved properly. -
Uses of CascadingThrowable in org.apache.avalon.framework.service
Classes in org.apache.avalon.framework.service that implement CascadingThrowableModifier and TypeClassDescriptionclass
The exception thrown to indicate a problem with service.