|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroovyException | |
org.codehaus.groovy.syntax | Lexer, parser and trees. |
org.codehaus.groovy.syntax.lexer | Lexer. |
org.codehaus.groovy.syntax.parser | The main parser of Groovy code into the Groovy AST model (Abstract Syntax Tree) |
org.codehaus.groovy.tools | Compiler entry points and miscellaneous development tools. |
Uses of GroovyException in org.codehaus.groovy.syntax |
Subclasses of GroovyException in org.codehaus.groovy.syntax | |
class |
ReadException
Encapsulates non-specific i/o exceptions. |
class |
SyntaxException
Base exception indicating a syntax error. |
class |
TokenException
|
class |
TokenMismatchException
|
Uses of GroovyException in org.codehaus.groovy.syntax.lexer |
Subclasses of GroovyException in org.codehaus.groovy.syntax.lexer | |
class |
LexerException
Base exception indicating a lexical error. |
class |
UnexpectedCharacterException
|
class |
UnterminatedStringLiteralException
|
Uses of GroovyException in org.codehaus.groovy.syntax.parser |
Subclasses of GroovyException in org.codehaus.groovy.syntax.parser | |
class |
ParserException
|
class |
UnexpectedTokenException
|
Uses of GroovyException in org.codehaus.groovy.tools |
Subclasses of GroovyException in org.codehaus.groovy.tools | |
class |
CompilationFailuresException
Holds a map of Groovy compilation failures, keyed on source descriptor. |
class |
CompilerBugException
|
class |
ExceptionCollector
Provides a collector for Groovy compilation exceptions that throws itself when the volume of compilation errors pass a specified threshold. |
class |
MultiException
|
Methods in org.codehaus.groovy.tools that return GroovyException | |
GroovyException |
ExceptionCollector.get(int child)
Returns the Exception at the specified offset. |
Methods in org.codehaus.groovy.tools with parameters of type GroovyException | |
protected void |
ErrorReporter.report(GroovyException e,
boolean child)
For GroovyException. |
void |
ExceptionCollector.add(GroovyException exception)
Adds a GroovyException to the collector. |
void |
ExceptionCollector.add(GroovyException exception,
boolean withThrow)
Adds a GroovyException to the collector. |
Methods in org.codehaus.groovy.tools that throw GroovyException | |
void |
ExceptionCollector.throwFirstChild()
Throws the first exception. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |