groovy.lang
Class ClosureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by groovy.lang.ClosureException
All Implemented Interfaces:
Serializable

public class ClosureException
extends RuntimeException

An exception thrown by a closure invocation

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

Constructor Summary
ClosureException(Closure closure, Throwable cause)
           
 
Method Summary
 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(Closure closure,
                        Throwable cause)
Method Detail

getClosure

public Closure getClosure()

Copyright © 2003-2009 The Codehaus. All rights reserved.