org.beanlet
Class BeanletTypeMismatchException
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.BeanletTypeMismatchException
- All Implemented Interfaces:
- Serializable
public class BeanletTypeMismatchException
- extends BeanletWiringException
Thrown if injectant does not match member type.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BeanletTypeMismatchException
public BeanletTypeMismatchException(String beanletName,
Member target,
Class<?> expected,
Class<?> found)
Copyright © 2006-2008. All Rights Reserved.