Package org.apache.jorphan.reflect
Class CollectServiceLoadExceptionHandler<S>
java.lang.Object
org.apache.jorphan.reflect.CollectServiceLoadExceptionHandler<S>
- Type Parameters:
S
- the service type
- All Implemented Interfaces:
ServiceLoadExceptionHandler<S>
public class CollectServiceLoadExceptionHandler<S>
extends Object
implements ServiceLoadExceptionHandler<S>
Collects all the failures in a collection.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Constructor Details
-
CollectServiceLoadExceptionHandler
public CollectServiceLoadExceptionHandler()
-
-
Method Details
-
handle
- Specified by:
handle
in interfaceServiceLoadExceptionHandler<S>
-
toCollection
-