org.codehaus.groovy.classgen
Class RuntimeIncompleteClassException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by groovy.lang.GroovyRuntimeException
                  extended by org.codehaus.groovy.syntax.RuntimeParserException
                      extended by org.codehaus.groovy.classgen.RuntimeIncompleteClassException
All Implemented Interfaces:
Serializable

public class RuntimeIncompleteClassException
extends RuntimeParserException

RuntimeIncompleteClassException

See Also:
Serialized Form

Constructor Summary
RuntimeIncompleteClassException(List classnames, ASTNode node)
           
 
Method Summary
 
Methods inherited from class org.codehaus.groovy.syntax.RuntimeParserException
throwParserException
 
Methods inherited from class groovy.lang.GroovyRuntimeException
getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModule
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

RuntimeIncompleteClassException

public RuntimeIncompleteClassException(List classnames,
                                       ASTNode node)
Parameters:
classnames - names of classes
node - the node containing the error

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