Polishing
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user