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
 void Composable.compose(ComponentManager componentManager)
          Pass the ComponentManager to the composer.
 Component ComponentManager.lookup(java.lang.String key)
          Get the Component associated with the given key.
 void Recomposable.recompose(ComponentManager componentManager)
          Deprecated. Repass the ComponentManager to the composer.
 Component ComponentSelector.select(java.lang.Object hint)
          Select the Component associated with the given hint.
 



Copyright © 1997-2008 Apache Software Foundation. All Rights Reserved.