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.ExceptionMappingConfigRestApiExceptionMapperProperties. 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.RestApiExceptionRestApiExceptionMapperImpl. buildRestApiExceptionCause(Throwable cause, @NotNull RestApiExceptionMapperProperties.ExceptionMappingConfig config)Build the cause of a rest api exception.protected StringRestApiExceptionMapperImpl. detectErrorCode(@NotNull Throwable exception, Object handler, @NotNull RestApiExceptionMapperProperties.ExceptionMappingConfig config)Detect the error code.protected @NotNull StringRestApiExceptionMapperImpl. detectMessage(@NotNull Throwable exception, Object handler, @NotNull RestApiExceptionMapperProperties.ExceptionMappingConfig config)Detect message exception message.
-