| Interface | Description |
|---|---|
| IHasErrorText |
Base interface for objects having an error text.
|
| Class | Description |
|---|---|
| ConstantHasErrorText |
A constant implementation of
IHasErrorText. |
| DynamicHasErrorText |
A implementation of
IHasErrorText based on IMultilingualText
because this class is Serializable and implements equals/hashCode. |
| DynamicHasErrorTextWithArgs |
A special implementation of
IHasErrorText that encapsulates arguments
to be put into the message. |
Copyright © 2014–2019 Philip Helger. All rights reserved.