Package org.codehaus.groovy.syntax
Class TokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.groovy.GroovyException
org.codehaus.groovy.syntax.SyntaxException
org.codehaus.groovy.syntax.TokenException
- All Implemented Interfaces:
- java.io.Serializable,- GroovyExceptionInterface
- Direct Known Subclasses:
- ParserException,- TokenMismatchException
public class TokenException extends SyntaxException
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description TokenException(java.lang.String message, java.lang.Throwable cause, int line, int column)TokenException(java.lang.String message, java.lang.Throwable cause, int line, int column, int endLine, int endColumn)TokenException(java.lang.String message, Token token)
- 
Method SummaryMethods inherited from class org.codehaus.groovy.syntax.SyntaxExceptiongetEndColumn, getEndLine, getLine, getMessage, getOriginalMessage, getSourceLocator, getStartColumn, getStartLine, setSourceLocatorMethods inherited from class org.codehaus.groovy.GroovyExceptionisFatal, setFatalMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
- 
Constructor Details- 
TokenException
- 
TokenExceptionpublic TokenException(java.lang.String message, java.lang.Throwable cause, int line, int column)
- 
TokenExceptionpublic TokenException(java.lang.String message, java.lang.Throwable cause, int line, int column, int endLine, int endColumn)
 
-