Uses of Interface
org.bremersee.exception.ExceptionParser
-
Packages that use ExceptionParser Package Description org.bremersee.exception org.bremersee.web.reactive.function.client -
-
Uses of ExceptionParser in org.bremersee.exception
Subinterfaces of ExceptionParser in org.bremersee.exception Modifier and Type Interface Description interface
RestApiExceptionParser
A http response parser that creates aRestApiException
.Classes in org.bremersee.exception that implement ExceptionParser Modifier and Type Class Description class
MessageExceptionParser
The message aware exception parser.class
RestApiExceptionParserImpl
The default implementation of a http response parser that creates aRestApiException
. -
Uses of ExceptionParser in org.bremersee.web.reactive.function.client
Constructors in org.bremersee.web.reactive.function.client with parameters of type ExceptionParser Constructor Description MessageAwareWebClientErrorDecoder(ExceptionParser<String> parser)
Instantiates a new message aware web client error decoder.MessageAwareWebClientErrorDecoder(ExceptionParser<String> parser, String errorCode)
Instantiates a new message aware web client error decoder.
-