public class UnrecognisedSymbolParsingException extends ParsingException
| Constructor and Description |
|---|
UnrecognisedSymbolParsingException(String tokenText,
int line,
int charPositionInLine) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSymbol() |
getCharPositionInLine, getLineaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnrecognisedSymbolParsingException(String tokenText, int line, int charPositionInLine)
tokenText - tokenTextline - linecharPositionInLine - charPositionInLinepublic String getSymbol()
Copyright © 2015 The University of Manchester. All Rights Reserved.