| Package | Description |
|---|---|
| com.helger.commons.error | |
| com.helger.commons.error.text |
| Modifier and Type | Field and Description |
|---|---|
protected IHasErrorText |
SingleError.AbstractBuilder.m_aErrorText |
protected IHasErrorText |
SingleError.AbstractBuilder.m_aErrorText |
| Modifier and Type | Method and Description |
|---|---|
default IHasErrorText |
IError.getErrorTexts() |
IHasErrorText |
SingleError.getErrorTexts() |
IHasErrorText |
SingleError.getErrorTexts() |
default IHasErrorText |
IError.getErrorTexts() |
| Modifier and Type | Method and Description |
|---|---|
IMPLTYPE |
SingleError.AbstractBuilder.errorText(IHasErrorText aErrorText) |
IMPLTYPE |
SingleError.AbstractBuilder.errorText(IHasErrorText aErrorText) |
| Constructor and Description |
|---|
SingleError(IErrorLevel aErrorLevel,
String sErrorID,
String sErrorFieldName,
ILocation aErrorLocation,
IHasErrorText aErrorText,
Throwable aLinkedException) |
SingleError(IErrorLevel aErrorLevel,
String sErrorID,
String sErrorFieldName,
ILocation aErrorLocation,
IHasErrorText aErrorText,
Throwable aLinkedException) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantHasErrorText
A constant implementation of
IHasErrorText. |
class |
DynamicHasErrorText
A implementation of
IHasErrorText based on IHasText. |
class |
DynamicHasErrorTextWithArgs
A special implementation of
IHasErrorText that encapsulates arguments
to be put into the message. |
Copyright © 2014–2022 Philip Helger. All rights reserved.