Summer.Batch.Infrastructure.Repeat.Exception Namespace Reference

Classes

class  DefaultExceptionHandler
 Default implementation of IExceptionHandler - just re-throws the exception it encounters. More...
 
interface  IExceptionHandler
 Handler to allow strategies for re-throwing exceptions. Normally a CompletionPolicy will be used to decide whether to end a batch when there is no exception, and the ExceptionHandler is used to signal an abnormal ending - an abnormal ending would result in an ExceptionHandler throwing an exception. The caller will catch and re-throw it if necessary. More...