org.apache.mina.statemachine
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.
- Version:
- $Rev: 588579 $, $Date: 2007-10-26 11:21:01 +0200 (ven, 26 oct 2007) $
- Author:
- The Apache MINA Project (dev@mina.apache.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchStateException
public NoSuchStateException(String stateId)
- Creates a new instance.
- Parameters:
stateId
- the id of the state which could not be found.
Copyright © 2004-2008 Apache MINA Project. All Rights Reserved.