Uses of Interface
com.norconex.commons.lang.exec.ExceptionFilter
Packages that use ExceptionFilter
Package
Description
Utility classes related to process/code execution.
-
Uses of ExceptionFilter in com.norconex.commons.lang.exec
Subinterfaces of ExceptionFilter in com.norconex.commons.lang.execMethods in com.norconex.commons.lang.exec that return ExceptionFilterModifier and TypeMethodDescriptionRetrier.getExceptionFilter()Sets an exception filter that limits the exceptions eligible for retry.Methods in com.norconex.commons.lang.exec with parameters of type ExceptionFilterModifier and TypeMethodDescriptionRetrier.setExceptionFilter(ExceptionFilter exceptionFilter) Sets an exception filter that limits the exceptions eligible for retry.Constructors in com.norconex.commons.lang.exec with parameters of type ExceptionFilterModifierConstructorDescriptionRetrier(ExceptionFilter exceptionFilter) Creates a new instance which will retry execution only if the exception thrown by an attempt is accepted by theExceptionFilter(up tomaxRetries).Retrier(ExceptionFilter exceptionFilter, int maxRetries) Creates a new instance which will retry execution only if the exception thrown by an attempt is accepted by theExceptionFilter(up tomaxRetries).
ExceptionFilterisntead.