Uses of Class
net.dpml.state.UnknownTransitionException

Packages that use UnknownTransitionException
net.dpml.component Interfaces defining the internal 'component' model. 
net.dpml.metro.runtime Metro component model controller implementation. 
net.dpml.state The net.dpml.state package defines states, transitons, operations and triggers and a state machine supporting orderly management of state transitions and dynamic operations. 
 

Uses of UnknownTransitionException in net.dpml.component
 

Methods in net.dpml.component that throw UnknownTransitionException
 State Provider.apply(String key)
          Apply a transition to the instance.
 

Uses of UnknownTransitionException in net.dpml.metro.runtime
 

Methods in net.dpml.metro.runtime that throw UnknownTransitionException
 State DefaultStateMachine.apply(String name, Object object)
          Apply a named transition to the target object.
 

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.