org.apache.mina.statemachine
Class NoSuchStateException

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

public class NoSuchStateException
extends java.lang.RuntimeException

Exception thrown by StateMachine when a transition in the state machine references a state which doesn't exist.

Author:
Apache MINA Project
See Also:
Serialized Form

Constructor Summary
NoSuchStateException(java.lang.String stateId)
          Creates a new instance.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchStateException

public NoSuchStateException(java.lang.String stateId)
Creates a new instance.

Parameters:
stateId - the id of the state which could not be found.


Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.