net.sf.urlchecker.exception.handling
Interface ExceptionHandler<T>

Package class diagram package ExceptionHandler
Type Parameters:
T - the generic type

$Id: ExceptionHandler.java 180 2010-12-12 18:47:56Z georgosn $

All Known Implementing Classes:
AlwaysFalse, AlwaysFalse, AlwaysTrue, AlwaysTrue

public interface ExceptionHandler<T>

The Interface ExceptionHandler. This interface has been Gerenified to allow usage by both the old and the new httpClient. Future versions of the library may not have this interface in a Generic form.

Version:
$LastChangedRevision: 182 $
Author:
$LastChangedBy: georgosn $

Method Summary
 boolean handle(T method, IOException exception, int retryCount)
          Handle.
 

Method Detail

handle

boolean handle(T method,
               IOException exception,
               int retryCount)
Handle.

Type Parameters:
T - a T object.
Parameters:
method - the method
exception - the exception
retryCount - the retry count
Returns:
true, if successful


Copyright © 2010 Nikolaos Georgosopoulos. All Rights Reserved.