Class UnhandledEventException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.mina.statemachine.event.UnhandledEventException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnhandledEventException extends java.lang.RuntimeExceptionThrown when anEventpassed to a state machine couldn't be handled.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private Eventeventprivate static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description UnhandledEventException(Event event)Creates a new UnhandledEventException instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventgetEvent()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
event
private final Event event
-
-
Constructor Detail
-
UnhandledEventException
public UnhandledEventException(Event event)
Creates a new UnhandledEventException instance- Parameters:
event- The unhandled event
-
-