Package | Description |
---|---|
org.hippoecm.hst.pagecomposer.jaxrs.model | |
org.hippoecm.hst.pagecomposer.jaxrs.services.exceptions |
Modifier and Type | Method and Description |
---|---|
ClientError |
ErrorStatus.getError() |
Modifier and Type | Method and Description |
---|---|
static ErrorStatus |
ErrorStatus.from(ClientError errorCode) |
static ErrorStatus |
ErrorStatus.from(ClientError errorCode,
Map<?,?> parameterMap) |
static ErrorStatus |
ErrorStatus.from(ClientError errorCode,
String paramName,
Object paramValue) |
Constructor and Description |
---|
ErrorStatus(ClientError error) |
ErrorStatus(ClientError errorCode,
Map<?,?> parameterMap) |
Modifier and Type | Method and Description |
---|---|
ClientError |
ClientException.getError() |
static ClientError |
ClientError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientError[] |
ClientError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ClientException(String message,
ClientError error) |
ClientException(String message,
ClientError error,
Map<?,?> parameterMap) |
Copyright © 2008–2020 Hippo B.V. (http://www.onehippo.com). All rights reserved.