| Interface | Description |
|---|---|
| ErrorTextProvider.IFormattableItem |
Base interface for objects that format a single field.
|
| IError |
Common interface for single errors and resource errors.
|
| IErrorTextProvider |
Interface for converting an
IError to a printable representation. |
| IHasErrorField |
Base interface for an object that has an error field.
|
| IHasErrorID |
Interface for objects having an error ID
|
| Class | Description |
|---|---|
| ErrorTextProvider |
Default implementation of
IErrorTextProvider with a customizable
layout. |
| ErrorTextProvider.FormattableItem |
Default placeholder based implementation of
ErrorTextProvider.IFormattableItem. |
| 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 |
|---|---|
| ErrorTextProvider.EField |
Copyright © 2014–2017 Philip Helger. All rights reserved.