public class IncompatibleSymbolTypeParsingException extends ParsingException
| Constructor and Description |
|---|
IncompatibleSymbolTypeParsingException(String tokenText,
Type type,
String parentExpression,
int line,
int charPositionInLine) |
| Modifier and Type | Method and Description |
|---|---|
String |
getParentExpression() |
String |
getSymbol() |
Type |
getType() |
getCharPositionInLine, getLineaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IncompatibleSymbolTypeParsingException(String tokenText, Type type, String parentExpression, int line, int charPositionInLine)
tokenText - tokenTexttype - typeparentExpression - parentExpressionline - linecharPositionInLine - charPositionInLineCopyright © 2015 The University of Manchester. All Rights Reserved.