@NotThreadSafe public class WrappedCollectingValidationEventHandler extends AbstractValidationEventHandler
ValidationEventHandler
interface. It collects all events that occurred!| Constructor and Description |
|---|
WrappedCollectingValidationEventHandler(com.helger.commons.error.list.ErrorList aErrorList) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onEvent(com.helger.commons.error.IError aEvent)
Callback method invoked when an error occurs.
|
String |
toString() |
com.helger.commons.error.list.ErrorList |
wrappedErrorList() |
continueProcessing, getErrorFieldName, getErrorLevel, getLocationResourceID, handleEventclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitand, andThenpublic WrappedCollectingValidationEventHandler(@Nonnull com.helger.commons.error.list.ErrorList aErrorList)
@Nonnull @ReturnsMutableObject(value="design") public com.helger.commons.error.list.ErrorList wrappedErrorList()
null.protected void onEvent(@Nonnull com.helger.commons.error.IError aEvent)
AbstractValidationEventHandleronEvent in class AbstractValidationEventHandleraEvent - The occurred error.public String toString()
toString in class AbstractValidationEventHandlerCopyright © 2015–2021 Philip Helger. All rights reserved.