Package org.apache.jorphan.reflect
Class CollectServiceLoadExceptionHandler
-
- All Implemented Interfaces:
-
org.apache.jorphan.reflect.ServiceLoadExceptionHandler
public class CollectServiceLoadExceptionHandler<S> implements ServiceLoadExceptionHandler<S>
Collects all the failures in a collection.
-
-
Constructor Summary
Constructors Constructor Description CollectServiceLoadExceptionHandler()
-
Method Summary
Modifier and Type Method Description voidhandle(Class<out S> service, String className, Throwable throwable)Collection<ServiceLoadFailure<S>>toCollection()-
-
Method Detail
-
toCollection
Collection<ServiceLoadFailure<S>> toCollection()
-
-
-
-