Uses of Interface
org.codehaus.groovy.GroovyExceptionInterface

Packages that use GroovyExceptionInterface
org.codehaus.groovy   
org.codehaus.groovy.control   
org.codehaus.groovy.syntax   
org.codehaus.groovy.syntax.lexer   
org.codehaus.groovy.syntax.parser   
org.codehaus.groovy.tools   
 

Uses of GroovyExceptionInterface in org.codehaus.groovy
 

Classes in org.codehaus.groovy that implement GroovyExceptionInterface
 class GroovyException
           
 

Uses of GroovyExceptionInterface in org.codehaus.groovy.control
 

Classes in org.codehaus.groovy.control that implement GroovyExceptionInterface
 class CompilationFailedException
          Thrown when compilation fails from source errors.
 class ConfigurationException
          Thrown when configuration data is invalid.
 

Uses of GroovyExceptionInterface in org.codehaus.groovy.syntax
 

Classes in org.codehaus.groovy.syntax that implement GroovyExceptionInterface
 class ReadException
          Encapsulates non-specific i/o exceptions.
 class SyntaxException
          Base exception indicating a syntax error.
 class TokenException
           
 class TokenMismatchException
           
 

Uses of GroovyExceptionInterface in org.codehaus.groovy.syntax.lexer
 

Classes in org.codehaus.groovy.syntax.lexer that implement GroovyExceptionInterface
 class LexerException
          Base exception indicating a lexical error.
 class UnexpectedCharacterException
           
 class UnterminatedStringLiteralException
           
 

Uses of GroovyExceptionInterface in org.codehaus.groovy.syntax.parser
 

Classes in org.codehaus.groovy.syntax.parser that implement GroovyExceptionInterface
 class ParserException
           
 class UnexpectedTokenException
           
 

Uses of GroovyExceptionInterface in org.codehaus.groovy.tools
 

Methods in org.codehaus.groovy.tools with parameters of type GroovyExceptionInterface
protected  void ErrorReporter.report(GroovyExceptionInterface e, boolean child)
          For GroovyException.
 



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