Uses of Class
org.beanlet.BeanletApplicationException

Packages that use BeanletApplicationException
org.beanlet Contains all of the core beanlet interfaces and bootstrap classes. 
 

Uses of BeanletApplicationException in org.beanlet
 

Subclasses of BeanletApplicationException in org.beanlet
 class BeanletCreationException
          Thrown if an instance for the specified beanlet could not be created, or obtained for some reason.
 class BeanletDefinitionException
          Indicates an invalid beanlet definition.
 class BeanletEventException
          Generic event exception.
 class BeanletEventNotExecutableException
          Thrown if specified event cannot be executed.
 class BeanletException
          Indicates that there is an issue with the specified beanlet.
 class BeanletExecutionException
          Exception thrown if any exception is raised during event execution.
 class BeanletNotActiveException
          Thrown if the specified beanlet has not yet been activated.
 class BeanletNotFoundException
          Thrown if no beanlet is registered for the specified name.
 class BeanletNotOfRequiredTypeException
          Thrown if required type does not matched found type.
 class BeanletStateException
          Indicates that beanlet is not in required state to perform operation.
 class BeanletTypeIsDuplicateException
          Indicates that multiple beanlets match the member type.
 class BeanletTypeMismatchException
          Thrown if injectant does not match member type.
 class BeanletTypeNotFoundException
          Exception thrown if no beanlet type matches member type.
 class BeanletValidationException
          Thrown if beanlet validation failed.
 class BeanletWiringException
          Thrown if any of the members, for which injection is required, cannot be wired.
 

Methods in org.beanlet that throw BeanletApplicationException
static BeanletApplicationContext BeanletApplicationContext.instance()
          Returns a BeanletApplicationContext instance.
protected  BeanletApplicationContext BeanletApplicationContext.resolveInstance()
          Subclasses of this class can implement this method to control which instance is returned to the caller of the static instance method.
abstract  void BeanletApplicationContext.shutdown()
          Undeploys all components and stops all internal container threads.
 



Copyright © 2006-2012. All Rights Reserved.