Uses of Class
org.apache.avalon.composition.model.ModelRuntimeException

Packages that use ModelRuntimeException
org.apache.avalon.composition.model The model package is resonsible for the population of the containment information model taking into account criteria expressed under meta-info and directives expressed under meta-data in conjunction with the runtime environment. 
org.apache.avalon.composition.model.impl The model package contains a series of classes that leverage the new meta data model.  
 

Uses of ModelRuntimeException in org.apache.avalon.composition.model
 

Methods in org.apache.avalon.composition.model that throw ModelRuntimeException
 Model ContainmentModel.getModel(DependencyDescriptor dependency)
          Return a model relative to a supplied dependency.
 Model ContainmentModel.getModel(StageDescriptor stage)
          Return a model relative to a supplied stage descriptor.
 

Uses of ModelRuntimeException in org.apache.avalon.composition.model.impl
 

Methods in org.apache.avalon.composition.model.impl that throw ModelRuntimeException
 Model DefaultContainmentModel.getModel(DependencyDescriptor dependency)
          Get a local model relative to a supplied service dependency.
 Model DefaultContainmentModel.getModel(StageDescriptor stage)
          Return a model relative to a supplied stage descriptor.
 



Copyright © Apache Software Foundation. All Rights Reserved.