| Name | Package | Description |
| ASTParserException | org.codehaus.groovy.antlr | Thrown when trying to parse the AST |
| ASTRuntimeException | org.codehaus.groovy.antlr | No description provided. |
| BitwiseNegateEvaluatingException | groovy.lang | No description provided. |
| ClassGeneratorException | org.codehaus.groovy.classgen | An exception thrown by the class generator |
| ClosureException | groovy.lang | An exception thrown by a closure invocation |
| CompilationFailedException | org.codehaus.groovy.control | Thrown when compilation fails from source errors. |
| ConfigurationException | org.codehaus.groovy.control | Thrown when configuration data is invalid. |
| DeprecationException | groovy.lang | Use this exception to mark a method implementation as being deprecated. |
| GroovyException | org.codehaus.groovy | No description provided. |
| GroovyRuntimeException | groovy.lang | An exception thrown by the interpreter |
| IllegalPropertyAccessException | groovy.lang | An exception occurred if a dynamic property dispatch fails with a
field not accessible. |
| IncorrectClosureArgumentsException | groovy.lang | An exception occurred when invoking a Closure with the wrong number and/or
types of arguments |
| InvokerInvocationException | org.codehaus.groovy.runtime | An exception thrown if a method is called and an exception occurred |
| MissingClassException | groovy.lang | An exception occurred if a dynamic method dispatch fails with an unknown class. |
| MissingFieldException | groovy.lang | An exception occurred if a dynamic field dispatch fails with an unknown field. |
| MissingMethodException | groovy.lang | An exception occurred if a dynamic method dispatch fails with an unknown method. |
| MissingPropertyException | groovy.lang | An exception occurred if a dynamic property dispatch fails with an unknown property. |
| MultipleCompilationErrorsException | org.codehaus.groovy.control | No description provided. |
| ParserException | org.codehaus.groovy.syntax | No description provided. |
| ReadException | org.codehaus.groovy.syntax | Encapsulates non-specific i/o exceptions. |
| ReadOnlyPropertyException | groovy.lang | This exception is thrown if an attempt is made to set a read only property |
| ResourceException | groovy.util | No description provided. |
| RuntimeIncompleteClassException | org.codehaus.groovy.classgen | RuntimeIncompleteClassException |
| RuntimeParserException | org.codehaus.groovy.syntax | A helper class to allow parser exceptions to be thrown anywhere in the code. |
| ScriptException | groovy.util | No description provided. |
| SpreadListEvaluatingException | groovy.lang | No description provided. |
| SpreadMapEvaluatingException | groovy.lang | No description provided. |
| StringWriterIOException | groovy.lang | An IO exception occurred trying to append to a StringWriter which should never happen. |
| SyntaxException | org.codehaus.groovy.syntax | Base exception indicating a syntax error. |
| TokenException | org.codehaus.groovy.syntax | No description provided. |
| TokenMismatchException | org.codehaus.groovy.syntax | No description provided. |
| TypeMismatchException | groovy.lang | An exception occurred if a reference will refer to a mismatched object. |