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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoid
- 
Constructor Details- 
CollectServiceLoadExceptionHandlerpublic CollectServiceLoadExceptionHandler()
 
- 
- 
Method Details- 
handle- Specified by:
- handlein interface- ServiceLoadExceptionHandler<S>
 
- 
toCollection
 
-