Uses of Class
net.dpml.state.UnknownTransitionException

Packages that use UnknownTransitionException
net.dpml.state States, transitons, operations and triggers and a state machine supporting orderly management of state transitions and dynamic operations. 
 

Uses of UnknownTransitionException in net.dpml.state
 

Methods in net.dpml.state that throw UnknownTransitionException
 State StateMachine.apply(String name, Object object)
          Apply a named state transition.