public class MissingTokenException extends MismatchedTokenException
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
inserted |
expecting
approximateLineInfo, 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, getUnexpectedType
public MissingTokenException()
public MissingTokenException(int expecting, IntStream input, java.lang.Object inserted)
public int getMissingType()
public java.lang.String toString()
toString
in class MismatchedTokenException
Copyright © 2013. All Rights Reserved.