Uses of Interface
org.apache.avalon.framework.CascadingThrowable

Packages that use CascadingThrowable
org.apache.avalon.excalibur.property   
org.apache.avalon.framework The Framework part of Avalon contains interfaces and contracts surrounding those interfaces, along with default implementations of some of those interfaces. 
org.apache.avalon.framework.component   
org.apache.avalon.framework.configuration   
org.apache.avalon.framework.context   
org.apache.avalon.framework.parameters   
 

Uses of CascadingThrowable in org.apache.avalon.excalibur.property
 

Classes in org.apache.avalon.excalibur.property that implement CascadingThrowable
 class PropertyException
          Thrown when a property can not be resolved properly.
 

Uses of CascadingThrowable in org.apache.avalon.framework
 

Classes in org.apache.avalon.framework that implement CascadingThrowable
 class CascadingError
          Class from which all exceptions should inherit.
 class CascadingException
          Class from which all exceptions should inherit.
 class CascadingRuntimeException
          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 CascadingThrowable
 class ComponentException
          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 CascadingThrowable
 class ConfigurationException
          Thrown when a Configurable 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 CascadingThrowable
 class ContextException
          Exception signalling a badly formed Context.
 

Uses of CascadingThrowable in org.apache.avalon.framework.parameters
 

Classes in org.apache.avalon.framework.parameters that implement CascadingThrowable
 class ParameterException
          Thrown when a Parameterizable component cannot be parameterized properly, or if a value cannot be retrieved properly.
 



Copyright © 2001 Apache Jakarta Project. All Rights Reserved.