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:
- Serializable
- Enclosing class:
- StateMachine<E,C,IN>
public static class StateMachine.StateMachineException
- extends RuntimeException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StateMachine.StateMachineException
public StateMachine.StateMachineException(int step,
Object state,
Object input)
StateMachine.StateMachineException
public StateMachine.StateMachineException(int step,
Object state,
Object input,
String message)
StateMachine.StateMachineException
public StateMachine.StateMachineException(String message)
getStep
public int getStep()
getState
public Object getState()
getInput
public Object getInput()
Copyright © 2015. All rights reserved.