BatchErrorListener is a defintion for a observer of error that occur
during the execution of a Batch.
To observe errors that occur during the execution of a Batch you
can implement this interface and add your implementation with Batch.addListener
to observe a certain Batch.