| Interface | Description |
|---|---|
| IErrorLevel |
Interface representing a single error level.
|
| IHasErrorField |
Base interface for an object that has an error field.
|
| IHasErrorID |
Interface for objects having an error ID
|
| IHasErrorLevel |
Interface representing an object having an error level.
|
| IHasErrorLevels |
Interface representing an object having multiple objects with an error level
|
| IHasResourceError |
Interface representing an object having a resource error.
|
| IHasResourceErrorGroup |
Interface representing an object having a resource error group.
|
| IResourceError |
Interface for an error that can be drilled down to a certain resource (e.g. a
document).
|
| IResourceErrorGroup |
Contains a list of resource errors and some sanity access methods.
|
| IResourceLocation |
Interface indication the position of something within a single resource
|
| ISeverityComparable<THISTYPE extends ISeverityComparable<THISTYPE>> |
Interface for comparable objects based on their severity.
|
| Class | Description |
|---|---|
| ComparatorHasErrorID<DATATYPE extends IHasErrorID> |
Special comparator that compares based on an error ID
|
| ErrorLevel |
A standalone implementation of the
IErrorLevel interface. |
| ResourceError |
Default implementation of the
IResourceError interface. |
| ResourceErrorGroup |
Contains a list of resource errors and some sanity access methods.
|
| ResourceLocation |
Default implementation of the
IResourceLocation interface. |
| Enum | Description |
|---|---|
| EErrorLevel |
Represents a generic error level.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.