| Package | Description |
|---|---|
| com.helger.commons.error | |
| com.helger.commons.error.location | |
| com.helger.commons.errorlist |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IResourceLocation
Deprecated.
Use
IErrorLocation instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceLocation
Deprecated.
Replaced with
ErrorLocation |
| Modifier and Type | Field and Description |
|---|---|
protected IErrorLocation |
SingleError.AbstractBuilder.m_aErrorLocation |
| Modifier and Type | Method and Description |
|---|---|
IErrorLocation |
SingleError.getErrorLocation() |
IErrorLocation |
ResourceError.getErrorLocation()
Deprecated.
|
default IErrorLocation |
IError.getErrorLocation() |
default IErrorLocation |
IResourceError.getLocation()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
IMPLTYPE |
SingleError.AbstractBuilder.setErrorLocation(IErrorLocation aErrorLocation) |
| Constructor and Description |
|---|
ResourceError(IErrorLocation aLocation,
IErrorLevel aErrorLevel,
IHasDisplayText aErrorText)
Deprecated.
|
ResourceError(IErrorLocation aLocation,
IErrorLevel aErrorLevel,
IHasDisplayText aErrorText,
Throwable aLinkedException)
Deprecated.
|
ResourceError(IErrorLocation aLocation,
IErrorLevel aErrorLevel,
String sErrorText)
Deprecated.
|
ResourceError(IErrorLocation aLocation,
IErrorLevel aErrorLevel,
String sErrorText,
Throwable aLinkedException)
Deprecated.
|
SingleError(IErrorLevel aErrorLevel,
String sErrorID,
String sErrorFieldName,
IErrorLocation aErrorLocation,
IHasErrorText aErrorText,
Throwable aLinkedException) |
| Modifier and Type | Class and Description |
|---|---|
class |
ErrorLocation
Default implementation of the
IErrorLocation interface. |
| Modifier and Type | Method and Description |
|---|---|
IErrorLocation |
SingleError.getLocation()
Deprecated.
|
default IErrorLocation |
IError.getResourceLocation()
Deprecated.
Use
IError.getErrorLocation() instead |
Copyright © 2014–2016 Philip Helger. All rights reserved.