public class DefaultExceptionHandler extends java.lang.Object implements ExceptionHandler
ExceptionHandler that simply logs exceptions.| Constructor and Description |
|---|
DefaultExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleException(ProcessingLibraryException exception)
A callback method that handles exceptions that occurred while processing AWS CloudTrail log files.
|
public void handleException(ProcessingLibraryException exception)
ExceptionHandlerhandleException in interface ExceptionHandlerexception - A ProcessingLibraryException.