Uses of Class
org.bremersee.exception.RestApiExceptionMapperProperties.ExceptionMappingConfig
-
Packages that use RestApiExceptionMapperProperties.ExceptionMappingConfig Package Description org.bremersee.exception -
-
Uses of RestApiExceptionMapperProperties.ExceptionMappingConfig in org.bremersee.exception
Methods in org.bremersee.exception that return RestApiExceptionMapperProperties.ExceptionMappingConfig Modifier and Type Method Description RestApiExceptionMapperProperties.ExceptionMappingConfig
RestApiExceptionMapperProperties. findExceptionMappingConfig(Throwable throwable)
Find exception mapping config.Methods in org.bremersee.exception with parameters of type RestApiExceptionMapperProperties.ExceptionMappingConfig Modifier and Type Method Description protected org.bremersee.exception.model.RestApiException
RestApiExceptionMapperImpl. buildRestApiExceptionCause(Throwable cause, @NotNull RestApiExceptionMapperProperties.ExceptionMappingConfig config)
Build the cause of a rest api exception.protected String
RestApiExceptionMapperImpl. detectErrorCode(@NotNull Throwable exception, Object handler, @NotNull RestApiExceptionMapperProperties.ExceptionMappingConfig config)
Detect the error code.protected @NotNull String
RestApiExceptionMapperImpl. detectMessage(@NotNull Throwable exception, Object handler, @NotNull RestApiExceptionMapperProperties.ExceptionMappingConfig config)
Detect message exception message.
-