public class OctanePartialException extends RuntimeException
| 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 |
|---|---|
Collection<EntityModel> |
getEntitiesModels()
getter of collection of entities models
|
Collection<ErrorModel> |
getErrorModels()
getter of collection of error models
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OctanePartialException(Collection<ErrorModel> errorModels, Collection<EntityModel> entities)
errorModels - - error modelsentities - - entities modelspublic Collection<EntityModel> getEntitiesModels()
public Collection<ErrorModel> getErrorModels()
Copyright © 2021 Micro Focus. All rights reserved.