Save This Page
Home » groovy-src-1.6.3 » org.codehaus » groovy » control » [javadoc | source]
org.codehaus.groovy.control
public class: MultipleCompilationErrorsException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.lang.RuntimeException
            groovy.lang.GroovyRuntimeException
               org.codehaus.groovy.control.CompilationFailedException
                  org.codehaus.groovy.control.MultipleCompilationErrorsException

All Implemented Interfaces:
    Serializable

Field Summary
protected  ErrorCollector collector     
Fields inherited from org.codehaus.groovy.control.CompilationFailedException:
phase,  unit
Constructor:
 public MultipleCompilationErrorsException(ErrorCollector ec) 
Method from org.codehaus.groovy.control.MultipleCompilationErrorsException Summary:
getErrorCollector,   getMessage
Methods from org.codehaus.groovy.control.CompilationFailedException:
getUnit
Methods from groovy.lang.GroovyRuntimeException:
getLocationText,   getMessage,   getMessageWithoutLocationText,   getModule,   getNode,   setModule
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.codehaus.groovy.control.MultipleCompilationErrorsException Detail:
 public ErrorCollector getErrorCollector() 
 public String getMessage()