Library:Groovy
Version:1.0.jsr06
Compatibility:JDK 1.4
Exceptions in library Groovy.
NamePackageDescription
ASTParserExceptionorg.codehaus.groovy.antlrThrown when trying to parse the AST
ASTRuntimeExceptionorg.codehaus.groovy.antlrNo description provided.
BitwiseNegateEvaluatingExceptiongroovy.langNo description provided.
ClassGeneratorExceptionorg.codehaus.groovy.classgenAn exception thrown by the class generator
ClosureExceptiongroovy.langAn exception thrown by a closure invocation
CompilationFailedExceptionorg.codehaus.groovy.controlThrown when compilation fails from source errors.
ConfigurationExceptionorg.codehaus.groovy.controlThrown when configuration data is invalid.
DeprecationExceptiongroovy.langUse this exception to mark a method implementation as being deprecated.
GroovyExceptionorg.codehaus.groovyNo description provided.
GroovyRuntimeExceptiongroovy.langAn exception thrown by the interpreter
IllegalPropertyAccessExceptiongroovy.langAn exception occurred if a dynamic property dispatch fails with a field not accessible.
IncorrectClosureArgumentsExceptiongroovy.langAn exception occurred when invoking a Closure with the wrong number and/or types of arguments
InvokerInvocationExceptionorg.codehaus.groovy.runtimeAn exception thrown if a method is called and an exception occurred
MissingClassExceptiongroovy.langAn exception occurred if a dynamic method dispatch fails with an unknown class.
MissingFieldExceptiongroovy.langAn exception occurred if a dynamic field dispatch fails with an unknown field.
MissingMethodExceptiongroovy.langAn exception occurred if a dynamic method dispatch fails with an unknown method.
MissingPropertyExceptiongroovy.langAn exception occurred if a dynamic property dispatch fails with an unknown property.
MultipleCompilationErrorsExceptionorg.codehaus.groovy.controlNo description provided.
ParserExceptionorg.codehaus.groovy.syntaxNo description provided.
ReadExceptionorg.codehaus.groovy.syntaxEncapsulates non-specific i/o exceptions.
ReadOnlyPropertyExceptiongroovy.langThis exception is thrown if an attempt is made to set a read only property
ResourceExceptiongroovy.utilNo description provided.
RuntimeIncompleteClassExceptionorg.codehaus.groovy.classgenRuntimeIncompleteClassException
RuntimeParserExceptionorg.codehaus.groovy.syntaxA helper class to allow parser exceptions to be thrown anywhere in the code.
ScriptExceptiongroovy.utilNo description provided.
SpreadListEvaluatingExceptiongroovy.langNo description provided.
SpreadMapEvaluatingExceptiongroovy.langNo description provided.
StringWriterIOExceptiongroovy.langAn IO exception occurred trying to append to a StringWriter which should never happen.
SyntaxExceptionorg.codehaus.groovy.syntaxBase exception indicating a syntax error.
TokenExceptionorg.codehaus.groovy.syntaxNo description provided.
TokenMismatchExceptionorg.codehaus.groovy.syntaxNo description provided.
TypeMismatchExceptiongroovy.langAn exception occurred if a reference will refer to a mismatched object.
Search