| Package | Description |
|---|---|
| org.aksw.gerbil.datatypes | |
| org.aksw.gerbil.exceptions |
| Modifier and Type | Method and Description |
|---|---|
static ErrorTypes |
ErrorTypes.getErrorType(int errorCode)
Checks whether the given code is an error code and returns the error
type.
|
static ErrorTypes |
ErrorTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorTypes[] |
ErrorTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorTypes |
GerbilException.getErrorType() |
| Constructor and Description |
|---|
GerbilException(ErrorTypes errorType) |
GerbilException(String msg,
ErrorTypes errorType) |
GerbilException(String msg,
Throwable cause,
ErrorTypes errorType) |
GerbilException(Throwable cause,
ErrorTypes errorType) |
Copyright © 2014–2017. All rights reserved.