| Package | Description |
|---|---|
| com.hpe.adm.nga.sdk.exception | |
| com.hpe.adm.nga.sdk.model |
| Modifier and Type | Method and Description |
|---|---|
ErrorModel |
OctaneException.getError()
get error model
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ErrorModel> |
OctanePartialException.getErrorModels()
getter of collection of error models
|
| Constructor and Description |
|---|
OctaneException(ErrorModel error)
Creates a new OctaneException object based on error model
|
| Constructor and Description |
|---|
OctanePartialException(Collection<ErrorModel> errorModels,
Collection<EntityModel> entities)
Creates a new OctanePartialException object based on errors and entities models
|
| Modifier and Type | Method and Description |
|---|---|
ErrorModel |
ModelParser.getErrorModelFromjson(String json)
GetEntities Error model based on a given error json string
|
ErrorModel |
ModelParser.getErrorModelFromServletJson(String json)
Parses the servlet error and extracts the underlying message that was set by Octane that can then be used by the
exception
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ErrorModel> |
ModelParser.getErrorModels(String json)
GetEntities Error models based on a given error json string
|
Copyright © 2021 Micro Focus. All rights reserved.