Uses of Class
org.chenile.base.response.ResponseMessage
Package
Description
Contains all exception classes for well-known HTTP status codes.Services must throw
these.
Chenile Response objects are defined here.
The core Chenile exchange objects are defined here.
Key Command implementations, chain implementations and base classes are defined here.
-
Uses of ResponseMessage in org.chenile.base.exception
-
Uses of ResponseMessage in org.chenile.base.response
Modifier and TypeMethodDescriptionGenericResponse.getErrors()
GenericResponse.getWarningMessages()
WarningAware.getWarningMessages()
static List<ResponseMessage>
WarningAware.obtainWarnings
(Object data) Modifier and TypeMethodDescriptionvoid
GenericResponse.addWarningMessage
(ResponseMessage m) static void
WarningAware.addWarningMessage
(Object data, ResponseMessage message) Adds a warning message to the context.void
WarningAware.addWarningMessage
(ResponseMessage m) Modifier and TypeMethodDescriptionstatic void
WarningAware.addWarningMessages
(Object data, List<ResponseMessage> warnings) -
Uses of ResponseMessage in org.chenile.core.context
Modifier and TypeFieldDescriptionprivate List<ResponseMessage>
ChenileExchange.responseMessages
contains all errors and warningsLogRecord.responseMessages
Modifier and TypeMethodDescriptionChenileExchange.getResponseMessages()
ChenileExchange.getWarningMessages()
Modifier and TypeMethodDescriptionvoid
ChenileExchange.setResponseMessages
(List<ResponseMessage> responseMessages) -
Uses of ResponseMessage in org.chenile.owiz.impl
Modifier and TypeMethodDescriptionprotected ResponseMessage
ParallelChain.handleNonErrorNumExceptions
(InputType context, Throwable cause)