Class DefaultExceptionHandler

java.lang.Object
org.springframework.batch.repeat.exception.DefaultExceptionHandler
All Implemented Interfaces:
ExceptionHandler

public class DefaultExceptionHandler extends Object implements ExceptionHandler
Default implementation of ExceptionHandler - just re-throws the exception it encounters.
Author:
Dave Syer