Interface RestApiExceptionParser

  • All Superinterfaces:
    ExceptionParser<org.bremersee.exception.model.RestApiException>
    All Known Implementing Classes:
    RestApiExceptionParserImpl

    @Validated
    public interface RestApiExceptionParser
    extends ExceptionParser<org.bremersee.exception.model.RestApiException>
    A http response parser that creates a RestApiException.
    Author:
    Christian Bremer