Uses of Class
org.apache.avalon.framework.component.ComponentException

Packages that use ComponentException
org.apache.avalon.framework.component Deprecated: use the interfaces in the org.apache.avalon.framework.service package instead. 
 

Uses of ComponentException in org.apache.avalon.framework.component
 

Methods in org.apache.avalon.framework.component that throw ComponentException
 Component ComponentManager.lookup(java.lang.String key)
          Get the Component associated with the given key.
 Component ComponentSelector.select(java.lang.Object hint)
          Select the Component associated with the given hint.
 void Composable.compose(ComponentManager componentManager)
          Pass the ComponentManager to the composer.
 void Recomposable.recompose(ComponentManager componentManager)
          Deprecated. Repass the ComponentManager to the composer.
 



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