Uses of Class
com.x8ing.lsm4j.state.AbstractProcessableGraphException

Packages that use AbstractProcessableGraphException
com.x8ing.lsm4j.state Provides classes that build the base structure of the state machine. 
 

Uses of AbstractProcessableGraphException in com.x8ing.lsm4j.state
 

Subclasses of AbstractProcessableGraphException in com.x8ing.lsm4j.state
 class MaximumIterationsReachedException
          A graph can be configured to run infinite or with a hard limit of transitions.
 class NoMatchingTransitionConditionFoundException
          After a state has been processed the controler tries to figure out how to go on.
 



by Patrick Heusser