Uses of Class
org.apache.avalon.framework.CascadingException
Packages that use CascadingException
Package
Description
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 CascadingException in org.apache.avalon.framework.component
Subclasses of CascadingException in org.apache.avalon.framework.componentModifier and TypeClassDescriptionclass
The exception thrown to indicate a problem with Components. -
Uses of CascadingException in org.apache.avalon.framework.configuration
Subclasses of CascadingException in org.apache.avalon.framework.configurationModifier and TypeClassDescriptionclass
Thrown when aConfigurable
component cannot be configured properly, or if a value cannot be retrieved properly. -
Uses of CascadingException in org.apache.avalon.framework.context
Subclasses of CascadingException in org.apache.avalon.framework.contextModifier and TypeClassDescriptionclass
Exception signalling a badly formed Context. -
Uses of CascadingException in org.apache.avalon.framework.parameters
Subclasses of CascadingException in org.apache.avalon.framework.parametersModifier and TypeClassDescriptionfinal class
Thrown when aParameterizable
component cannot be parameterized properly, or if a value cannot be retrieved properly. -
Uses of CascadingException in org.apache.avalon.framework.service
Subclasses of CascadingException in org.apache.avalon.framework.serviceModifier and TypeClassDescriptionclass
The exception thrown to indicate a problem with service.