org.beanlet
Class BeanletTypeNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.beanlet.BeanletApplicationException
org.beanlet.BeanletException
org.beanlet.BeanletDefinitionException
org.beanlet.BeanletWiringException
org.beanlet.BeanletTypeNotFoundException
- All Implemented Interfaces:
- Serializable
public class BeanletTypeNotFoundException
- extends BeanletWiringException
Exception thrown if no beanlet type matches member type.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BeanletTypeNotFoundException
public BeanletTypeNotFoundException(String beanletName,
Member target,
Class<?> type)
Copyright © 2006-2008. All Rights Reserved.