org.codehaus.groovy.syntax
[Java] Class TokenMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.groovy.GroovyException
org.codehaus.groovy.syntax.SyntaxException
org.codehaus.groovy.syntax.TokenException
org.codehaus.groovy.syntax.TokenMismatchException
public class TokenMismatchException
extends TokenException
Methods inherited from class Exception
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
TokenMismatchException
public TokenMismatchException(Token token, int expectedType)
-
getExpectedType
public int getExpectedType()
-
getUnexpectedToken
public Token getUnexpectedToken()
-
Copyright © 2003-2013 The Codehaus. All rights reserved.