public interface IPSErrorHandler
| Modifier and Type | Method and Description |
|---|---|
default void |
error(IPSElement aSourceElement,
String sMessage) |
static String |
getErrorFieldName(IPSElement aSourceElement) |
void |
handleError(com.helger.commons.error.IError aError)
Handle a warning or error
|
void handleError(@Nonnull com.helger.commons.error.IError aError)
aError - The structured error. May not be null.default void error(@Nonnull IPSElement aSourceElement, @Nonnull String sMessage)
@Nullable static String getErrorFieldName(@Nullable IPSElement aSourceElement)
Copyright © 2014–2020 Philip Helger. All rights reserved.