Class IllegalTransformationOnTransitionException

All Implemented Interfaces:
Serializable

public class IllegalTransformationOnTransitionException extends FSMBuilderException
You can optionally specify a transformation with your transition but you can only do so if the state you are transitioning to is a so-called transient state. See TransitionBuilder.withTransformation(Function)
See Also:
  • Constructor Details

    • IllegalTransformationOnTransitionException

      public IllegalTransformationOnTransitionException(Enum from, Enum to)