Serializable
public class TokenMgrError extends Error
Constructor | Description |
---|---|
TokenMgrError() |
No arg constructor.
|
TokenMgrError(boolean EOFSeen,
int lexState,
int errorLine,
int errorColumn,
String errorAfter,
char curChar,
int reason) |
Full Constructor.
|
TokenMgrError(String message,
int reason) |
Constructor with message and reason.
|
Modifier and Type | Method | Description |
---|---|---|
String |
getMessage() |
You can also modify the body of this method to customize your error messages.
|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TokenMgrError()
public TokenMgrError(String message, int reason)
public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason)
public String getMessage()
getMessage
in class Throwable
Copyright © 2018 The University of Manchester. All rights reserved.