Class BreakException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BreakAndCallException, BreakAndContinueException, BreakAndGotoException, BreakAndReturnException

public class BreakException extends RuntimeException
The base exception of the exceptions thrown by the methods in the StateControl class. If you use any of the StateControl methods to change the execution of a StateMachine you must make sure that exceptions of this type aren't caught and swallowed by your code.
See Also:
  • Field Details

  • Constructor Details

    • BreakException

      protected BreakException()