AbstractErrorInfoConverterFactory
Abstract base class for ErrorInfoConverterFactory implementations.
This class provides automatic type resolution for the supported exception type using reflection on the generic type parameter. Subclasses only need to implement the create() method.
Type Parameters
E
the type of exception the factory handles