org.codehaus.groovy.control
Class MultipleCompilationErrorsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.codehaus.groovy.GroovyException
              extended byorg.codehaus.groovy.control.CompilationFailedException
                  extended byorg.codehaus.groovy.control.MultipleCompilationErrorsException
All Implemented Interfaces:
GroovyExceptionInterface, Serializable

public class MultipleCompilationErrorsException
extends CompilationFailedException

Author:
Jochen Theodorou
See Also:
Serialized Form

Field Summary
protected  ErrorCollector collector
           
 
Fields inherited from class org.codehaus.groovy.control.CompilationFailedException
phase, unit
 
Constructor Summary
MultipleCompilationErrorsException(ErrorCollector ec)
           
 
Method Summary
 ErrorCollector getErrorCollector()
           
 String toString()
           
 
Methods inherited from class org.codehaus.groovy.control.CompilationFailedException
getUnit
 
Methods inherited from class org.codehaus.groovy.GroovyException
isFatal, setFatal
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

collector

protected ErrorCollector collector
Constructor Detail

MultipleCompilationErrorsException

public MultipleCompilationErrorsException(ErrorCollector ec)
Method Detail

getErrorCollector

public ErrorCollector getErrorCollector()

toString

public String toString()


Copyright © 2003-2007 The Codehaus. All Rights Reserved.