public class UnexpectedTokenException extends ParseException
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns the string representation of this exception
containing the information about the unexpected
token and, if available, about the expected types.
|
public java.lang.String toString()
toString in class ParseException