Class StateNotDefinedException

All Implemented Interfaces:
Serializable

public class StateNotDefinedException extends StateBuilderException
If you define a transition from A to B but then you never end up defining the state B, you will get this exception thrown when trying to build the FSM.
Author:
jonas@jonasborjesson.com
See Also:
  • Constructor Details

    • StateNotDefinedException

      public StateNotDefinedException(Enum state)