Also: SpringCore
public interface

ErrorHandler

org.springframework.util.ErrorHandler

Class Overview

A strategy for handling errors. This is especially useful for handling errors that occur during asynchronous execution of tasks that have been submitted to a TaskScheduler. In such cases, it may not be possible to throw the error to the original caller.

Summary

Public Methods
abstract void handleError(Throwable t)
Handle the given error, possibly rethrowing it as a fatal exception

Public Methods

public abstract void handleError (Throwable t)

Also: SpringCore

Handle the given error, possibly rethrowing it as a fatal exception