org.codehaus.groovy.control
Class MultipleCompilationErrorsException

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

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()
Overrides:
toString in class Throwable


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