| Interface | Description |
|---|---|
| ErrorTextProvider.IFormattableItem |
Base interface for objects that format a single field.
|
| IError |
Common interface for single errors and resource errors.
|
| IErrorLevel | Deprecated
Use
IErrorLevel instead. |
| IErrorTextProvider |
Interface for converting an
IError to a printable representation. |
| IHasErrorID | Deprecated
Use
IHasErrorID instead |
| IHasResourceError | Deprecated |
| IHasResourceErrorGroup | Deprecated |
| IResourceError | Deprecated
Use
IError instead. |
| IResourceErrorGroup | Deprecated
Use
IErrorList instead. |
| IResourceLocation | Deprecated
Use
IErrorLocation instead. |
| Class | Description |
|---|---|
| ErrorTextProvider |
Default implementation of
IErrorTextProvider with a customizable
layout. |
| ErrorTextProvider.FormattableItem |
Default placeholder based implementation of
ErrorTextProvider.IFormattableItem. |
| ResourceError | Deprecated
Use
SingleError instead |
| ResourceErrorGroup | Deprecated
Use
ErrorList instead. |
| ResourceLocation | Deprecated
Replaced with
ErrorLocation |
| SingleError |
Default implementation of
IError. |
| SingleError.AbstractBuilder<T extends SingleError,IMPLTYPE extends SingleError.AbstractBuilder<T,IMPLTYPE>> |
Abstract builder class for
SingleError and derived classes. |
| SingleError.SingleErrorBuilder |
| Enum | Description |
|---|---|
| EErrorLevel | Deprecated
Use
EErrorLevel instead |
| ErrorTextProvider.EField |
Copyright © 2014–2016 Philip Helger. All rights reserved.