public class JournalingErrorHandler extends AbstractErrorHandler implements ErrorHandler
| Modifier and Type | Field and Description |
|---|---|
List<ErrorEntry> |
entries |
| Constructor and Description |
|---|
JournalingErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(ErrorMessage errorMessage,
Token token,
Map<String,Object> parameters)
Handles an error while interpreting a template in an appropriate way.
|
error, setLocaleequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waiterrorpublic final List<ErrorEntry> entries
public void error(ErrorMessage errorMessage, Token token, Map<String,Object> parameters) throws ParseException
error in interface ErrorHandlererrorMessage - key for the error messagetoken - the token this error occurred onparameters - additional parameters to be filled into message or
null if you do not have additional parametersParseExceptionCopyright © 2017. All rights reserved.