public class FinaliserFailureHandler extends java.lang.Object implements FailedFinalisationHandler
FailedFinalisationHandler
.Constructor and Description |
---|
FinaliserFailureHandler(ImportEnv env)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(ProcessedImport task)
Called when a finalisation task failed permanently, i.e.
|
public FinaliserFailureHandler(ImportEnv env)
env
- the import environment.java.lang.NullPointerException
- if the argument is null
.public void accept(ProcessedImport task)
accept
in interface java.util.function.Consumer<ProcessedImport>
task
- the task that failed.java.lang.NullPointerException
- if the argument is null
.