Uses of Class
net.dpml.component.ControlException

Packages that use ControlException
net.dpml.component Interfaces defining the internal 'component' model. 
net.dpml.metro Internal and remote component model management interface. 
net.dpml.metro.runtime Metro component model controller implementation. 
 

Uses of ControlException in net.dpml.component
 

Subclasses of ControlException in net.dpml.component
 class ComponentNotFoundException
          Exception thrown in response to a request for an unknown component.
 class DelegationException
          Exception thrown by a local handler that wraps an exception thrown by a foreign handler.
 class LifecycleException
          Exception to indicate that there was a lifecycle related error.
 class ModelException
          General exception thrown by a context model.
 class PartNotFoundException
          Exception thrown when an attempt is made to reference an unknown part.
 class ServiceNotFoundException
          Exception thrown by a handler in response to a request for an unknown service.
 

Methods in net.dpml.component that throw ControlException
 Model Controller.createModel(Composition composition)
          Create and return a new management context using the supplied directive uri.
 Model Controller.createModel(URI uri)
          Create and return a new management context using the supplied directive uri.
 

Uses of ControlException in net.dpml.metro
 

Subclasses of ControlException in net.dpml.metro
 class ValidationException
          Exception that describes a series of validation issues.
 

Methods in net.dpml.metro that throw ControlException
 void PartsManager.commission()
          Initiate the oprdered activation of all internal parts.
 

Uses of ControlException in net.dpml.metro.runtime
 

Subclasses of ControlException in net.dpml.metro.runtime
 class ControllerException
          Exception indicating an controller related error.
 class ControllerNotFoundException
          Exception thrown when an attempt is made to reference an unknown or unresolvable controller.
 

Methods in net.dpml.metro.runtime that throw ControlException
 Model CompositionController.createModel(Composition composition)
          Create and return a new management context using the supplied directive uri.
 Model CompositionController.createModel(URI uri)
          Create and return a new management context using the supplied directive uri.
 

Constructors in net.dpml.metro.runtime that throw ControlException
CompositionController(ControllerContext context)
          Creation of a new controller.