Class NoSuchStateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.mina.statemachine.NoSuchStateException
All Implemented Interfaces:
Serializable

public class NoSuchStateException extends RuntimeException
Exception thrown by StateMachine when a transition in the state machine references a state which doesn't exist.
See Also:
  • Field Details

  • Constructor Details

    • NoSuchStateException

      public NoSuchStateException(String stateId)
      Creates a new instance.
      Parameters:
      stateId - the id of the state which could not be found.