public class SampleExceptionHandler extends java.lang.Object implements ExceptionHandler
Constructor and Description |
---|
SampleExceptionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handleException(ProcessingLibraryException exception)
Exception handler that simply log progress state and progress information.
|
public void handleException(ProcessingLibraryException exception)
handleException
in interface ExceptionHandler
exception
- A ProcessingLibraryException
.