| Package | Description |
|---|---|
| com.helger.commons.error | |
| com.helger.commons.location |
| Modifier and Type | Field and Description |
|---|---|
protected ILocation |
SingleError.AbstractBuilder.m_aErrorLocation |
protected ILocation |
SingleError.AbstractBuilder.m_aErrorLocation |
| Modifier and Type | Method and Description |
|---|---|
default ILocation |
IError.getErrorLocation() |
ILocation |
SingleError.getErrorLocation() |
ILocation |
SingleError.getErrorLocation() |
default ILocation |
IError.getErrorLocation() |
| Modifier and Type | Method and Description |
|---|---|
IMPLTYPE |
SingleError.AbstractBuilder.errorLocation(ILocation aErrorLocation) |
IMPLTYPE |
SingleError.AbstractBuilder.errorLocation(ILocation aErrorLocation) |
| Constructor and Description |
|---|
SingleError(IErrorLevel aErrorLevel,
String sErrorID,
String sErrorFieldName,
ILocation aErrorLocation,
IHasErrorText aErrorText,
Throwable aLinkedException)
Deprecated.
Since 10.1.7; Use the constructor with LocalDateTime instead;
Removed in v11
|
SingleError(IErrorLevel aErrorLevel,
String sErrorID,
String sErrorFieldName,
ILocation aErrorLocation,
IHasErrorText aErrorText,
Throwable aLinkedException)
Deprecated.
Since 10.1.7; Use the constructor with LocalDateTime instead;
Removed in v11
|
SingleError(LocalDateTime aErrorDT,
IErrorLevel aErrorLevel,
String sErrorID,
String sErrorFieldName,
ILocation aErrorLocation,
IHasErrorText aErrorText,
Throwable aLinkedException)
Constructor
|
SingleError(LocalDateTime aErrorDT,
IErrorLevel aErrorLevel,
String sErrorID,
String sErrorFieldName,
ILocation aErrorLocation,
IHasErrorText aErrorText,
Throwable aLinkedException)
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleLocation
Default implementation of the
ILocation interface. |
Copyright © 2014–2022 Philip Helger. All rights reserved.