public interface BootErrorHandler
Modifier and Type | Method and Description |
---|---|
boolean |
handleError(String message,
Exception e)
Called if non-fatal error has occurred and application boot may be
continued.
|
boolean |
handleError(String message,
IntegrityCheckReport integrityCheckReport)
Called if an error has been detected during plug-ins integrity check and
application boot may be continued.
|
void |
handleFatalError(String message)
Called if fatal error has occurred.
|
void |
handleFatalError(String message,
Throwable t)
Called if fatal error has occurred.
|
void handleFatalError(String message)
message
- error messagevoid handleFatalError(String message, Throwable t)
message
- error messaget
- an errorboolean handleError(String message, Exception e)
message
- error messagee
- an errortrue
if user wish to continue application startboolean handleError(String message, IntegrityCheckReport integrityCheckReport)
message
- error messageintegrityCheckReport
- integrity check reporttrue
if user wish to continue application startCopyright © 2020. All Rights Reserved.