Polishing

This commit is contained in:
Juergen Hoeller
2012-11-25 22:29:05 +01:00
parent f4532ad704
commit 667438ddb0
7 changed files with 25 additions and 40 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2011 the original author or authors.
* Copyright 2002-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -21,14 +21,14 @@ package org.springframework.util;
* 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.
*
*
* @author Mark Fisher
* @since 3.0.
* @since 3.0
*/
public interface ErrorHandler {
/**
* Handle the given error, possibly rethrowing it as a fatal exception
* Handle the given error, possibly rethrowing it as a fatal exception.
*/
void handleError(Throwable t);