Class GotoRecurHereException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.groovy.transform.tailrec.GotoRecurHereException
- All Implemented Interfaces:
- Serializable
Exception will be thrown by recursive calls in closures and caught in while loop to continue to LOOP_LABEL
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
GotoRecurHereExceptionpublic GotoRecurHereException()
 
-