|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ErrorSeverity | |
|---|---|
| pl.edu.agh.cast.rawdata.stat | Contains classes which are responsible for error handling on input data during import process. |
| Uses of ErrorSeverity in pl.edu.agh.cast.rawdata.stat |
|---|
| Methods in pl.edu.agh.cast.rawdata.stat that return ErrorSeverity | |
|---|---|
ErrorSeverity |
ErrorInfo.getSeverity()
|
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.rawdata.stat with parameters of type ErrorSeverity | |
|---|---|
ErrorType(Integer code,
ErrorSeverity severity,
String message,
String description)
Default constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||