public abstract class BaseGlossaryAuthorView extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static GlossaryAuthorViewInstanceHandler |
instanceHandler |
protected static InvalidParameterHandler |
invalidParameterHandler |
protected static RESTCallLogger |
restCallLogger |
| Constructor and Description |
|---|
BaseGlossaryAuthorView() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> SubjectAreaOMASAPIResponse<T> |
getResponseForError(Throwable error,
AuditLog auditLog,
String className,
String methodName)
Get the appropriate response from the supplied Exception
|
protected static final InvalidParameterHandler invalidParameterHandler
protected static GlossaryAuthorViewInstanceHandler instanceHandler
protected static RESTCallLogger restCallLogger
protected <T> SubjectAreaOMASAPIResponse<T> getResponseForError(Throwable error, AuditLog auditLog, String className, String methodName)
error - - supplied exceptionauditLog - - auditlog (may be null if unable to initialize)className - - calling class's NamemethodName - - calling method's nameCopyright © 2018–2020 ODPi. All rights reserved.