| Package | Description |
|---|---|
| com.helger.commons.error | |
| com.helger.commons.errorlist | |
| com.helger.commons.io.file | |
| com.helger.commons.log | |
| com.helger.commons.state |
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SingleError
Represents an overall form error.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EFileIOErrorCode
Represents a set of predefined error codes that can occur in file operations.
|
class |
FileIOError
Represents an error with an additional error object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LogMessage
Represents a single log message.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ESuccess
Small enum for manager actions to indicate success or failure.
|
class |
SuccessWithValue<DATATYPE>
Wraps a success indicator and an arbitrary value.
|
| Modifier and Type | Method and Description |
|---|---|
ESuccess |
ESuccess.and(ISuccessIndicator aSuccess) |
static <DATATYPE> SuccessWithValue<DATATYPE> |
SuccessWithValue.create(ISuccessIndicator aSuccessIndicator,
DATATYPE aValue)
Create a new object with the given value.
|
ESuccess |
ESuccess.or(ISuccessIndicator aSuccess) |
static ESuccess |
ESuccess.valueOf(ISuccessIndicator aSuccessIndicator) |
| Constructor and Description |
|---|
SuccessWithValue(ISuccessIndicator aSuccessIndicator)
Constructor
|
SuccessWithValue(ISuccessIndicator aSuccessIndicator,
DATATYPE aObj)
Constructor
|
Copyright © 2014–2015 Philip Helger. All rights reserved.