Class StateAlreadyDefinedException

All Implemented Interfaces:
Serializable

public class StateAlreadyDefinedException extends StateBuilderException
You can only define the same state once. If you try again, you will get this exception thrown in your face
Author:
jonas@jonasborjesson.com
See Also:
  • Constructor Details

    • StateAlreadyDefinedException

      public StateAlreadyDefinedException(Enum state)