public class MissingTokenException extends MismatchedTokenException
| Modifier and Type | Field and Description |
|---|---|
java.lang.Object |
inserted |
expectingapproximateLineInfo, c, charPositionInLine, index, input, line, node, token| Constructor and Description |
|---|
MissingTokenException()
Used for remote debugger deserialization
|
MissingTokenException(int expecting,
IntStream input,
java.lang.Object inserted) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMissingType() |
java.lang.String |
toString() |
extractInformationFromTreeNodeStream, getUnexpectedTypepublic MissingTokenException()
public MissingTokenException(int expecting,
IntStream input,
java.lang.Object inserted)
public int getMissingType()
public java.lang.String toString()
toString in class MismatchedTokenException