Package org.bremersee.exception
Interface ExceptionParser<T>
-
- Type Parameters:
T
- the parsed exception type
- All Known Subinterfaces:
RestApiExceptionParser
- All Known Implementing Classes:
MessageExceptionParser
,RestApiExceptionParserImpl
@Validated public interface ExceptionParser<T>
The exception parser.- Author:
- Christian Bremer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
parseException(String response, Map<String,? extends Collection<String>> headers)
Parse exception.
-