|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ErrorSeverity | |
|---|---|
| pl.edu.agh.cast.importer.base.stat | Provides CAST Importer base classes, which are responsible for error handling of input data during the import process. |
| Uses of ErrorSeverity in pl.edu.agh.cast.importer.base.stat |
|---|
| Methods in pl.edu.agh.cast.importer.base.stat that return ErrorSeverity | |
|---|---|
ErrorSeverity |
AbstractErrorLogData.getErrorSeverity()
|
ErrorSeverity |
ErrorType.getSeverity()
|
static ErrorSeverity |
ErrorSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ErrorSeverity[] |
ErrorSeverity.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in pl.edu.agh.cast.importer.base.stat with parameters of type ErrorSeverity | |
|---|---|
ErrorType(Integer errorCode,
ErrorSeverity errorSeverity,
String errorMsg,
String errorDesc)
The default constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||