Interface ExitCodeExceptionProvider

All Superinterfaces:
BiFunction<Exception,Integer,Exception>

public interface ExitCodeExceptionProvider extends BiFunction<Exception,Integer,Exception>
Interface to provide exception for an exit code. Typically providing exception implementing boot's ExitCodeGenerator.