org.beanlet
Class BeanletEventNotExecutableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.beanlet.BeanletApplicationException
org.beanlet.BeanletException
org.beanlet.BeanletEventException
org.beanlet.BeanletEventNotExecutableException
- All Implemented Interfaces:
- Serializable
public class BeanletEventNotExecutableException
- extends BeanletEventException
Thrown if specified event cannot be executed. Whether an event is executable
is based on the event type, event properties and beanlet reference, target for
event execution.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BeanletEventNotExecutableException
public BeanletEventNotExecutableException(String beanletName,
Event event)
BeanletEventNotExecutableException
public BeanletEventNotExecutableException(String beanletName,
Event event,
Throwable cause)
Copyright © 2006-2008. All Rights Reserved.