org.codehaus.groovy.syntax
Class TokenMismatchException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.codehaus.groovy.GroovyException
              extended byorg.codehaus.groovy.syntax.SyntaxException
                  extended byorg.codehaus.groovy.syntax.TokenException
                      extended byorg.codehaus.groovy.syntax.TokenMismatchException
All Implemented Interfaces:
GroovyExceptionInterface, Serializable

public class TokenMismatchException
extends TokenException

See Also:
Serialized Form

Constructor Summary
TokenMismatchException(Token token, int expectedType)
           
 
Method Summary
 int getExpectedType()
           
 Token getUnexpectedToken()
           
 
Methods inherited from class org.codehaus.groovy.syntax.TokenException
getEndColumn
 
Methods inherited from class org.codehaus.groovy.syntax.SyntaxException
getLine, getMessage, getSourceLocator, getStartColumn, getStartLine, setSourceLocator
 
Methods inherited from class org.codehaus.groovy.GroovyException
isFatal, setFatal
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TokenMismatchException

public TokenMismatchException(Token token,
                              int expectedType)
Method Detail

getUnexpectedToken

public Token getUnexpectedToken()

getExpectedType

public int getExpectedType()


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