Package org.apache.jorphan.reflect
Class LogAndIgnoreServiceLoadExceptionHandler
-
- All Implemented Interfaces:
-
org.apache.jorphan.reflect.ServiceLoadExceptionHandler
public class LogAndIgnoreServiceLoadExceptionHandler implements ServiceLoadExceptionHandler<S>
Logs all the failures to agiven Logger and ignores them.
-
-
Constructor Summary
Constructors Constructor Description LogAndIgnoreServiceLoadExceptionHandler(Logger log)
-