public abstract class AbstractErrorHandler extends Object implements ErrorHandler
| Constructor and Description |
|---|
AbstractErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(ErrorMessage errorMessage,
Token token)
Handles an error while interpreting a template in an appropriate way.
|
void |
setLocale(Locale locale) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waiterrorpublic void error(ErrorMessage errorMessage, Token token) throws ParseException
ErrorHandlererror in interface ErrorHandlererrorMessage - key for the error messagetoken - the token this error occurred onParseExceptionpublic void setLocale(Locale locale)
Copyright © 2017. All rights reserved.