public class LexerException extends Exception
Constructor and Description |
---|
LexerException(InvalidToken invalidToken,
String message) |
Modifier and Type | Method and Description |
---|---|
InvalidToken |
getToken() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LexerException(InvalidToken invalidToken, String message)
public InvalidToken getToken()
Copyright © 2010–2019 Google. All rights reserved.