public class TokenProcessingException extends RuntimeException
Constructor and Description |
---|
TokenProcessingException() |
TokenProcessingException(String message) |
TokenProcessingException(String message,
Throwable t) |
TokenProcessingException(String message,
Token token) |
TokenProcessingException(Throwable t) |
Modifier and Type | Method and Description |
---|---|
Token |
getToken()
The current token on which the Exception occoured
|
void |
setToken(Token token)
The current token on which the Exception occoured
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2018. All rights reserved.