Uses of Class
consciouscode.seedling.NodeInstantiationException

Packages that use NodeInstantiationException
consciouscode.seedling Provides the core classes and interfaces of the Seedling container; see consciouscode.seedling.tree for standard implementations. 
consciouscode.seedling.config Implements the standard configuration-driven node provisioning, the central class being ConfigBasedNodeProvider
consciouscode.seedling.tree Provides standard implementations of the Seedling container interfaces. 
 

Uses of NodeInstantiationException in consciouscode.seedling
 

Subclasses of NodeInstantiationException in consciouscode.seedling
 class ChildExistsException
          Thrown when a node installation fails because the name is already in use.
 class NoSuchNodeException
          Indicates that a Seedling node was requested but cannot be provided.
 class ServiceException
          An error that occurred while managing a ServiceNode.
 

Uses of NodeInstantiationException in consciouscode.seedling.config
 

Subclasses of NodeInstantiationException in consciouscode.seedling.config
 class PropertyEvaluationException
          An error that occurred while evaluating the configuration expression for a property of a Seedling node.
 

Methods in consciouscode.seedling.config that throw NodeInstantiationException
 Object ConfigBasedNodeProvider.provisionNode(NodeLocation location)
          Provisions a child of a given branch.
 

Uses of NodeInstantiationException in consciouscode.seedling.tree
 

Methods in consciouscode.seedling.tree that throw NodeInstantiationException
protected  Object GenericBranch.createChild(String nodeName)
          Deprecated. Renamed to GenericBranch.provisionChild(String). Subclasses should override that method instead of this one.
 



Copyright © 2001–2012 Todd V. Jonker. All Rights Reserved.