org.beanlet
Class BeanletEventException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.beanlet.BeanletApplicationException
org.beanlet.BeanletException
org.beanlet.BeanletEventException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BeanletEventNotExecutableException, BeanletExecutionException
public class BeanletEventException
- extends BeanletException
Generic event exception.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BeanletEventException
public BeanletEventException(String beanletName,
Event event)
BeanletEventException
public BeanletEventException(String beanletName,
Event event,
String message)
BeanletEventException
public BeanletEventException(String beanletName,
Event event,
Throwable cause)
BeanletEventException
public BeanletEventException(String beanletName,
Event event,
String message,
Throwable cause)
getEvent
public Event getEvent()
Copyright © 2006-2012. All Rights Reserved.