Uses of Class
org.flowable.common.rest.exception.ErrorInfo
Packages that use ErrorInfo
-
Uses of ErrorInfo in org.flowable.common.rest.exception
Methods in org.flowable.common.rest.exception that return ErrorInfoModifier and TypeMethodDescriptionBaseExceptionHandlerAdvice.handleBadMessageConversion(HttpMessageConversionException e, jakarta.servlet.http.HttpServletRequest request) BaseExceptionHandlerAdvice.handleConflict(FlowableConflictException e, jakarta.servlet.http.HttpServletRequest request) BaseExceptionHandlerAdvice.handleForbidden(FlowableForbiddenException e, jakarta.servlet.http.HttpServletRequest request) BaseExceptionHandlerAdvice.handleIllegalArgument(FlowableIllegalArgumentException e, jakarta.servlet.http.HttpServletRequest request) BaseExceptionHandlerAdvice.handleIllegalState(FlowableIllegalStateException e, jakarta.servlet.http.HttpServletRequest request) BaseExceptionHandlerAdvice.handleNotFound(FlowableObjectNotFoundException e, jakarta.servlet.http.HttpServletRequest request) BaseExceptionHandlerAdvice.handleNotSupported(FlowableContentNotSupportedException e, jakarta.servlet.http.HttpServletRequest request) BaseExceptionHandlerAdvice.handleOtherException(Exception e, jakarta.servlet.http.HttpServletRequest request) BaseExceptionHandlerAdvice.handleTaskAlreadyClaimed(FlowableTaskAlreadyClaimedException e, jakarta.servlet.http.HttpServletRequest request)