Polishing

This commit is contained in:
Juergen Hoeller
2012-11-25 21:15:48 +01:00
parent 0ec19dc95e
commit 7d7758bfc9
5 changed files with 16 additions and 31 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);