Class BreakAndGotoException

All Implemented Interfaces:
Serializable

class BreakAndGotoException extends BreakException
Exception used internally by StateControl.
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • stateId

      private final String stateId
    • now

      private final boolean now
  • Constructor Details

    • BreakAndGotoException

      public BreakAndGotoException(String stateId, boolean now)
  • Method Details

    • isNow

      public boolean isNow()
    • getStateId

      public String getStateId()