Package | Description |
---|---|
eu.profinit.manta.bachelor.thesis.logging.api.categorization | |
eu.profinit.manta.bachelor.thesis.logging.api.logging |
Modifier and Type | Method and Description |
---|---|
static Impact |
Impact.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Impact[] |
Impact.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected Impact |
ErrorDataHolder.getImpact()
Returns the impact specified in the annotation.
|
Modifier and Type | Method and Description |
---|---|
protected void |
GenericBuilder.setData(String errorName,
String userMessage,
String technicalMessage,
String solution,
Impact impact,
Severity severity)
Sets the basic error data by creating a holder for it.
|
Constructor and Description |
---|
ErrorDataHolder(String errorName,
String userMessage,
String technicalMessage,
String solution,
Impact impact,
Severity severity)
Holder of error data.
|
Copyright © 2020. All rights reserved.