Uses of Class
org.jboss.util.state.IllegalTransitionException
-
Packages that use IllegalTransitionException Package Description org.jboss.util.state -
-
Uses of IllegalTransitionException in org.jboss.util.state
Methods in org.jboss.util.state that throw IllegalTransitionException Modifier and Type Method Description State
StateMachine. nextState(java.lang.String actionName)
Transition to the next state given the name of a valid transition.
-