Package groovy.lang

Class ClosureException

All Implemented Interfaces:
Serializable

public class ClosureException
extends RuntimeException
An exception thrown by a closure invocation
See Also:
Serialized Form
  • Constructor Details

    • ClosureException

      public ClosureException​(Closure closure, Throwable cause)
  • Method Details

    • getClosure

      public Closure getClosure()