Uses of Class
org.flowable.common.rest.exception.ErrorInfo
-
Packages that use ErrorInfo Package Description org.flowable.common.rest.exception -
-
Uses of ErrorInfo in org.flowable.common.rest.exception
Methods in org.flowable.common.rest.exception that return ErrorInfo Modifier and Type Method Description ErrorInfoBaseExceptionHandlerAdvice. handleBadMessageConversion(org.springframework.http.converter.HttpMessageConversionException e)ErrorInfoBaseExceptionHandlerAdvice. handleConflict(FlowableConflictException e)ErrorInfoBaseExceptionHandlerAdvice. handleForbidden(FlowableForbiddenException e)ErrorInfoBaseExceptionHandlerAdvice. handleIllegalArgument(FlowableIllegalArgumentException e)ErrorInfoBaseExceptionHandlerAdvice. handleIllegalState(FlowableIllegalStateException e)ErrorInfoBaseExceptionHandlerAdvice. handleNotFound(FlowableObjectNotFoundException e)ErrorInfoBaseExceptionHandlerAdvice. handleNotSupported(FlowableContentNotSupportedException e)ErrorInfoBaseExceptionHandlerAdvice. handleOtherException(Exception e)ErrorInfoBaseExceptionHandlerAdvice. handleTaskAlreadyClaimed(FlowableTaskAlreadyClaimedException e)
-