org.codehaus.groovy.syntax
Class TokenMismatchException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.codehaus.groovy.GroovyException
|
+--org.codehaus.groovy.syntax.SyntaxException
|
+--org.codehaus.groovy.syntax.TokenMismatchException
- All Implemented Interfaces:
- Serializable
- public class TokenMismatchException
- extends SyntaxException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TokenMismatchException
public TokenMismatchException(org.codehaus.groovy.syntax.Token token,
int expectedType)
getToken
public org.codehaus.groovy.syntax.Token getToken()
getExpectedType
public int getExpectedType()
Copyright © 2003 The Codehaus. All Rights Reserved.