Uses of Class
org.apache.avalon.activation.appliance.ApplianceException

Packages that use ApplianceException
org.apache.avalon.activation.appliance The appliance package contains interfaces, utilities and default implementations defining and enabling use of the central Appliance interface.  
org.apache.avalon.activation.appliance.impl The appliance.impl package contains the default implementations defining and enabling use of the central Appliance interface.  
 

Uses of ApplianceException in org.apache.avalon.activation.appliance
 

Subclasses of ApplianceException in org.apache.avalon.activation.appliance
 class AssemblyException
          Exception raised in response to an assembly failure.
 class DeploymentException
          Exception raised in response to an assembly failure.
 class DuplicateApplianceException
          Exception raised in response to an attempt to override the defintion of an existing appliance.
 class NoProviderDefinitionException
          Exception thrown if a request for dependency provider cannot be satisfied because an appropriate deployment profile could not be found.
 class UnknownServiceException
          Exception thrown following a request for an unknown service.
 

Methods in org.apache.avalon.activation.appliance that throw ApplianceException
 Appliance ApplianceFactory.createAppliance(Model model)
          Create a new appliance.
 Appliance Engine.locate(DependencyModel dependency)
          Return an appliance relative to a supplied dependency model.
 Appliance Engine.locate(DependencyDescriptor dependency)
          Return an appliance relative to a supplied dependency descriptor.
 Appliance Engine.locate(StageModel stage)
          Return an appliance relative to a supplied stage model.
 Appliance Engine.locate(StageDescriptor stage)
          Return an appliance relative to a supplied stage descriptor.
 Appliance Engine.locate(String path)
          Return an appliance relative to a supplied path.
 

Uses of ApplianceException in org.apache.avalon.activation.appliance.impl
 

Methods in org.apache.avalon.activation.appliance.impl that throw ApplianceException
 Appliance AbstractBlock.locate(DependencyModel dependency)
          Return an appliance relative to a supplied dependency model.
 Appliance AbstractBlock.locate(DependencyDescriptor dependency)
          Return an appliance relative to a supplied dependency descriptor.
 Appliance AbstractBlock.locate(StageModel stage)
          Return an appliance relative to a supplied stage model.
 Appliance AbstractBlock.locate(StageDescriptor stage)
          Return an appliance relative to a supplied stage descriptor.
 Appliance AbstractBlock.locate(String source)
          Return an appliance relative to a specific path.
 Appliance AbstractBlock.createAppliance(Model model)
          Create a new appliance.
 



Copyright © Apache Software Foundation. All Rights Reserved.