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.
See Also:
  • Field Details

  • Constructor Details

    • UnhandledEventException

      public UnhandledEventException(Event event)
      Creates a new UnhandledEventException instance
      Parameters:
      event - The unhandled event
  • Method Details

    • getEvent

      public Event getEvent()
      Returns:
      the Event which couldn't be handled.