Uses of Class
org.apache.avalon.framework.component.ComponentException
-
Packages that use ComponentException Package Description org.apache.avalon.framework.component Deprecated: use the interfaces in theorg.apache.avalon.framework.servicepackage instead. -
-
Uses of ComponentException in org.apache.avalon.framework.component
Methods in org.apache.avalon.framework.component that throw ComponentException Modifier and Type Method Description voidComposable. compose(ComponentManager componentManager)Pass theComponentManagerto thecomposer.ComponentComponentManager. lookup(java.lang.String key)Get theComponentassociated with the given key.voidRecomposable. recompose(ComponentManager componentManager)Deprecated.Repass theComponentManagerto thecomposer.ComponentComponentSelector. select(java.lang.Object hint)Select theComponentassociated with the given hint.
-