Class BreakAndGotoException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Fields 
      Modifier and Type Field Description
      private boolean now  
      private static long serialVersionUID  
      private java.lang.String stateId  
    • Constructor Summary

      Constructors 
      Constructor Description
      BreakAndGotoException​(java.lang.String stateId, boolean now)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getStateId()  
      boolean isNow()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • stateId

        private final java.lang.String stateId
      • now

        private final boolean now
    • Constructor Detail

      • BreakAndGotoException

        public BreakAndGotoException​(java.lang.String stateId,
                                     boolean now)
    • Method Detail

      • isNow

        public boolean isNow()
      • getStateId

        public java.lang.String getStateId()