Uses of Class
consciouscode.seedling.SeedlingException

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

Uses of SeedlingException in consciouscode.seedling
 

Subclasses of SeedlingException in consciouscode.seedling
 class ChildExistsException
          Thrown when a node installation fails because the name is already in use.
 class NodeException
          Indicates a problem with a specific node in the Seedling container.
 class NodeInstantiationException
          Class documentation.
 class NodeProvisioningException
          Indicates a failure while preparing a node for installation into a branch.
 class NoSuchNodeException
          Indicates that a Seedling node was requested but cannot be provided.
 class ServiceException
          An error that occurred while managing a ServiceNode.
 class WrongNodeTypeException
          Indicates that a requested Seedling node has the wrong type.
 

Methods in consciouscode.seedling that throw SeedlingException
 void Seedling.start()
           
 

Uses of SeedlingException in consciouscode.seedling.boot
 

Methods in consciouscode.seedling.boot that throw SeedlingException
 Seedling SeedlingBuilder.build()
           
 String[] SeedlingBuilder.getClasspath()
          For internal use only.
 

Uses of SeedlingException in consciouscode.seedling.config
 

Subclasses of SeedlingException in consciouscode.seedling.config
 class ConfigLoadingException
          An error encountered when loading a configuration resource.
 class ConfigurationException
          An error encountered when processing a configuration resource.
 class EvaluationException
           
 class InjectionException
          Represents a failure to inject a property of an object.
 class PropertyEvaluationException
          An error that occurred while evaluating the configuration expression for a property of a Seedling node.
 class SyntaxException
           
 class TypeConversionException
           
 

Uses of SeedlingException in consciouscode.seedling.launcher
 

Methods in consciouscode.seedling.launcher that throw SeedlingException
protected  int Launcher.run(String[] args)
           
 



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