[Java] Class ClosureException
- groovy.lang.ClosureException
public class ClosureException
extends RuntimeException
An exception thrown by a closure invocation
Constructor Summary
Methods Summary
Inherited Methods Summary
Inherited Methods
Methods inherited from class |
Name |
class RuntimeException |
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getSuppressed, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Constructor Detail
public ClosureException(Closure closure, Throwable cause)
Method Detail
public Closure getClosure()