org.zkoss.fsm
Class StateMachine.StateMachineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.zkoss.fsm.StateMachine.StateMachineException
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- StateMachine<E,C,IN>
public static class StateMachine.StateMachineException
- extends java.lang.RuntimeException
- See Also:
- Serialized Form
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 |
StateMachine.StateMachineException
public StateMachine.StateMachineException(int step,
java.lang.Object state,
java.lang.Object input)
StateMachine.StateMachineException
public StateMachine.StateMachineException(int step,
java.lang.Object state,
java.lang.Object input,
java.lang.String message)
StateMachine.StateMachineException
public StateMachine.StateMachineException(java.lang.String message)
getStep
public int getStep()
getState
public java.lang.Object getState()
getInput
public java.lang.Object getInput()
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.