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

Packages that use CascadingThrowable
org.apache.avalon.excalibur.datasource.ids   
org.apache.avalon.excalibur.testcase Excalibur testcase utilities. 
org.apache.avalon.fortress The fortress package contains an implementation of a component containment system that follows the ECM semantic concerning component resolution. 
org.apache.avalon.fortress.util The util package includes general unities supporting configuration and context management. 
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 Deprecated: use the interfaces in the org.apache.avalon.framework.service package instead. 
org.apache.avalon.framework.configuration Component configuration interfaces and XML-based implementations. 
org.apache.avalon.framework.context Interfaces and implementation of the Context model through which runtime context can be applied by a manager to a component. 
org.apache.avalon.framework.parameters Interfaces supporting the supply of flat configuration information. 
org.apache.avalon.framework.service Interfaces and default implementation of a service management framework supporting container based service lookup and decommissioning. 
org.apache.excalibur.source   
org.apache.excalibur.xml.xpath XPath processor and implementation. 
org.apache.excalibur.xml.xslt   
 

Uses of CascadingThrowable in org.apache.avalon.excalibur.datasource.ids
 

Classes in org.apache.avalon.excalibur.datasource.ids that implement CascadingThrowable
 class IdException
          Thrown when it was not possible to allocate an Id.
 

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

Classes in org.apache.avalon.excalibur.testcase that implement CascadingThrowable
 class CascadingAssertionFailedError
          Deprecated. ECM is no longer supported
 

Uses of CascadingThrowable in org.apache.avalon.fortress
 

Classes in org.apache.avalon.fortress that implement CascadingThrowable
 class InitializationException
          This exception is used to indicate something went horribly wrong in the ContainerManager, and it is unable to create a new instance of your Container.
 

Uses of CascadingThrowable in org.apache.avalon.fortress.util
 

Classes in org.apache.avalon.fortress.util that implement CascadingThrowable
 class CompositeException
          This is an exception made up of one or more subexceptions.
 

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.
 

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

Classes in org.apache.avalon.framework.service that implement CascadingThrowable
 class ServiceException
          The exception thrown to indicate a problem with service.
 

Uses of CascadingThrowable in org.apache.excalibur.source
 

Classes in org.apache.excalibur.source that implement CascadingThrowable
 class SourceException
          This Exception is thrown every time there is a problem in processing a source.
 class SourceNotFoundException
          This Exception should be thrown if the source could not be found.
 

Uses of CascadingThrowable in org.apache.excalibur.xml.xpath
 

Classes in org.apache.excalibur.xml.xpath that implement CascadingThrowable
 class XPathException
           
 

Uses of CascadingThrowable in org.apache.excalibur.xml.xslt
 

Classes in org.apache.excalibur.xml.xslt that implement CascadingThrowable
 class XSLTProcessorException
          This exception is thrown by the XSLTProcessor.
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.