org.apache.mina.statemachine.event
Class UnhandledEventException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.mina.statemachine.event.UnhandledEventException
- All Implemented Interfaces:
- Serializable
public class UnhandledEventException
- extends RuntimeException
Thrown when an Event passed to a state machine couldn't be handled.
- Author:
- Apache MINA Project
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnhandledEventException
public UnhandledEventException(Event event)
getEvent
public Event getEvent()
- Returns the
Event which couldn't be handled.
- Returns:
- the
Event.
Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.