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 Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
GotoRecurHereException
public GotoRecurHereException() 
 -