groovy.lang
Class ClosureException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--groovy.lang.ClosureException
All Implemented Interfaces:
Serializable

public class ClosureException
extends RuntimeException

An exception thrown by a closure invocation

Version:
$Revision: 1.2 $
Author:
James Strachan
See Also:
Serialized Form

Constructor Summary
ClosureException(groovy.lang.Closure closure, Throwable cause)
           
 
Method Summary
 groovy.lang.Closure getClosure()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClosureException

public ClosureException(groovy.lang.Closure closure,
                        Throwable cause)
Method Detail

getClosure

public groovy.lang.Closure getClosure()


Copyright © 2003 The Codehaus. All Rights Reserved.