Class TransitionMissingException

All Implemented Interfaces:
Serializable

public class TransitionMissingException extends StateBuilderException
Indicates that you didn't define any transitions for the given state. All states, except the final state, must have at least one transition defined. Otherwise your FSM isn't complete and would get "stuck".
Author:
jonas@jonasborjesson.com
See Also:
  • Constructor Details

    • TransitionMissingException

      public TransitionMissingException(Enum state)