org.beanlet
Class BeanletWiringException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.beanlet.BeanletApplicationException
org.beanlet.BeanletException
org.beanlet.BeanletDefinitionException
org.beanlet.BeanletWiringException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BeanletTypeIsDuplicateException, BeanletTypeMismatchException, BeanletTypeNotFoundException
public class BeanletWiringException
- extends BeanletDefinitionException
Thrown if any of the members, for which injection is required, cannot be
wired.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BeanletWiringException
public BeanletWiringException(String beanletName,
Member target)
BeanletWiringException
public BeanletWiringException(String beanletName,
Member target,
String message)
BeanletWiringException
public BeanletWiringException(String beanletName,
Member target,
Throwable cause)
BeanletWiringException
public BeanletWiringException(String beanletName,
Member target,
String message,
Throwable cause)
Copyright © 2006-2008. All Rights Reserved.