@NotThreadSafe public class LoggingValidationEventHandler extends AbstractValidationEventHandler
ValidationEventHandler
interface. It simply prints the messages to a logger before the original
handler handles them.| Constructor and Description |
|---|
LoggingValidationEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onEvent(com.helger.commons.error.IError aEvent)
Callback method invoked when an error occurs.
|
continueProcessing, getErrorFieldName, getErrorLevel, getLocationResourceID, handleEvent, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitand, andThenprotected void onEvent(@Nonnull com.helger.commons.error.IError aEvent)
AbstractValidationEventHandleronEvent in class AbstractValidationEventHandleraEvent - The occurred error.Copyright © 2015–2018 Philip Helger. All rights reserved.