com.norconex.jef.exec
Interface IExceptionFilter


public interface IExceptionFilter

Responsible for filtering exceptions. Only exceptions returning true shall be considered in their given context.

Author:
Pascal Essiembre
See Also:
Rerunner

Method Summary
 boolean accept(Exception e)
          Filters an exception.
 

Method Detail

accept

boolean accept(Exception e)
Filters an exception.

Parameters:
e - the exception to filter
Returns:
true to consider an exception, false to rule it out


Copyright © 2007-2013 Norconex Inc.. All Rights Reserved.