ReportPrimer
mechanism instead.public interface ExceptionHandlerInitializer
ErrorReporter.setExceptionHandlerInitializer(ExceptionHandlerInitializer)
to add an additional initialization of the ErrorReporter
before
exception is handled.Modifier and Type | Method and Description |
---|---|
void |
initializeExceptionHandler(ErrorReporter reporter)
Deprecated.
Called before
ErrorReporter handles the Exception. |
void initializeExceptionHandler(ErrorReporter reporter)
ErrorReporter
handles the Exception.reporter
- The ErrorReporter
that will handle the exception