Uses of Class
org.chenile.base.response.ResponseMessage
Packages that use 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
Fields in org.chenile.base.exception declared as ResponseMessageFields in org.chenile.base.exception with type parameters of type ResponseMessageMethods in org.chenile.base.exception that return ResponseMessageMethods in org.chenile.base.exception that return types with arguments of type ResponseMessageMethods in org.chenile.base.exception with parameters of type ResponseMessageConstructors in org.chenile.base.exception with parameters of type ResponseMessage -
Uses of ResponseMessage in org.chenile.base.response
Fields in org.chenile.base.response declared as ResponseMessageFields in org.chenile.base.response with type parameters of type ResponseMessageMethods in org.chenile.base.response that return ResponseMessageMethods in org.chenile.base.response that return types with arguments of type ResponseMessageModifier and TypeMethodDescriptionGenericResponse.getErrors()
GenericResponse.getWarningMessages()
WarningAware.getWarningMessages()
static List<ResponseMessage>
WarningAware.obtainWarnings
(Object data) Methods in org.chenile.base.response with parameters of type ResponseMessageModifier 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) Method parameters in org.chenile.base.response with type arguments of type ResponseMessageModifier and TypeMethodDescriptionstatic void
WarningAware.addWarningMessages
(Object data, List<ResponseMessage> warnings) Constructors in org.chenile.base.response with parameters of type ResponseMessage -
Uses of ResponseMessage in org.chenile.core.context
Fields in org.chenile.core.context with type parameters of type ResponseMessageModifier and TypeFieldDescriptionprivate List<ResponseMessage>
ChenileExchange.responseMessages
contains all errors and warningsLogRecord.responseMessages
Methods in org.chenile.core.context that return types with arguments of type ResponseMessageModifier and TypeMethodDescriptionChenileExchange.getResponseMessages()
ChenileExchange.getWarningMessages()
Methods in org.chenile.core.context with parameters of type ResponseMessageMethod parameters in org.chenile.core.context with type arguments of type ResponseMessageModifier and TypeMethodDescriptionvoid
ChenileExchange.setResponseMessages
(List<ResponseMessage> responseMessages) -
Uses of ResponseMessage in org.chenile.owiz.impl
Methods in org.chenile.owiz.impl that return ResponseMessageModifier and TypeMethodDescriptionprotected ResponseMessage
ParallelChain.handleNonErrorNumExceptions
(InputType context, Throwable cause)