Package org.bremersee.exception
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 aRestApiException
.- Author:
- Christian Bremer
-
-
Method Summary
-
Methods inherited from interface org.bremersee.exception.ExceptionParser
parseException
-
-