org.beanlet
Class BeanletTypeIsDuplicateException
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.BeanletTypeIsDuplicateException
- All Implemented Interfaces:
- Serializable
public class BeanletTypeIsDuplicateException
- extends BeanletWiringException
Indicates that multiple beanlets match the member type.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BeanletTypeIsDuplicateException
public BeanletTypeIsDuplicateException(String beanletName,
Member target,
Class<?> type)
BeanletTypeIsDuplicateException
public BeanletTypeIsDuplicateException(String beanletName,
Member target,
Class<?> type,
Set<String> beanletNames)
Copyright © 2006-2012. All Rights Reserved.