public class UnhandledEventException
extends java.lang.RuntimeException
Event passed to a state machine couldn't be handled.| Modifier and Type | Field and Description |
|---|---|
private Event |
event |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
UnhandledEventException(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
getEvent()
Returns the
Event which couldn't be handled. |
private static final long serialVersionUID
private final Event event
public UnhandledEventException(Event event)