| Package | Description |
|---|---|
| nl.vpro.util.rs.error | |
| nl.vpro.util.rs.transfer |
| Modifier and Type | Method and Description |
|---|---|
DataError |
DataErrorException.getDataError() |
static DataError |
DataError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataError[] |
DataError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected javax.ws.rs.core.Response |
ApiErrorMapper.createResponse(DataError error,
int status,
String message) |
| Constructor and Description |
|---|
DataErrorException(DataError dataError) |
DataErrorException(String s,
DataError dataError) |
DataErrorException(String s,
Throwable throwable,
DataError dataError) |
DataErrorException(Throwable throwable,
DataError dataError) |
| Modifier and Type | Method and Description |
|---|---|
DataError |
ErrorResponse.getDataError() |
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorResponse.setDataError(DataError dataError) |
Copyright © 2019. All rights reserved.