Uses of Class
org.beanlet.BeanletException

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

Uses of BeanletException in org.beanlet
 

Subclasses of BeanletException 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 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.
 



Copyright © 2006-2012. All Rights Reserved.