AbstractErrorConverterFactory
Abstract base class for ErrorConverterFactory 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.
Parameters
E
the type of exception the factory handles