Class GotoRecurHereException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.groovy.transform.tailrec.GotoRecurHereException
All Implemented Interfaces:
Serializable

public class GotoRecurHereException extends Exception
Exception will be thrown by recursive calls in closures and caught in while loop to continue to LOOP_LABEL
See Also:
  • Constructor Details

    • GotoRecurHereException

      public GotoRecurHereException()