public abstract class AbstractErrorHandler extends Object implements ErrorHandler
| Constructor and Description |
|---|
AbstractErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(String messageKey,
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(String messageKey, Token token) throws ParseException
ErrorHandlererror in interface ErrorHandlermessageKey - key for the error messagetoken - the token this error occurred onParseExceptionpublic void setLocale(Locale locale)
Copyright © 2015. All rights reserved.