org.beanlet
Class BeanletException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.beanlet.BeanletApplicationException
org.beanlet.BeanletException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BeanletCreationException, BeanletDefinitionException, BeanletEventException, BeanletNotFoundException, BeanletNotOfRequiredTypeException, BeanletStateException
public class BeanletException
- extends BeanletApplicationException
Indicates that there is an issue with the specified beanlet. This exception
can be subclassed to express more detailed information.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BeanletException
public BeanletException(String beanletName)
BeanletException
public BeanletException(String beanletName,
String message)
BeanletException
public BeanletException(String beanletName,
Throwable cause)
BeanletException
public BeanletException(String beanletName,
String message,
Throwable cause)
getBeanletName
public String getBeanletName()
Copyright © 2006-2012. All Rights Reserved.