public class UnexpectedTokenException extends ParseException
Modifier and Type | Method and Description |
---|---|
String |
toString()
Returns the string representation of this exception
containing the information about the unexpected
token and, if available, about the expected types.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public String toString()
toString
in class ParseException
Copyright © 2015. All rights reserved.