| Package | Description |
|---|---|
| com.helger.commons.error | |
| com.helger.commons.errorlist | |
| com.helger.commons.log |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IErrorLevel
Interface representing a single error level.
|
interface |
IResourceError
Interface for an error that can be drilled down to a certain resource (e.g. a
document).
|
| Modifier and Type | Class and Description |
|---|---|
class |
EErrorLevel
Represents a generic error level.
|
class |
ErrorLevel
A standalone implementation of the
IErrorLevel interface. |
class |
ResourceError
Default implementation of the
IResourceError interface. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IError
Base interface for a single error, that has an error ID, and error level, and
error field name and an error text.
|
interface |
IErrorBase<IMPLTYPE extends IErrorBase<IMPLTYPE>>
Base interface for single errors and resource errors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SingleError
Represents an overall form error.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LogMessage
Represents a single log message.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.