public class BootErrorHandlerGui extends Object implements BootErrorHandler
Constructor and Description |
---|
BootErrorHandlerGui() |
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 report)
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.
|
public void handleFatalError(String message)
BootErrorHandler
handleFatalError
in interface BootErrorHandler
message
- error messageBootErrorHandler.handleFatalError(
java.lang.String)
public void handleFatalError(String message, Throwable t)
BootErrorHandler
handleFatalError
in interface BootErrorHandler
message
- error messaget
- an errorBootErrorHandler.handleFatalError(
java.lang.String, java.lang.Throwable)
public boolean handleError(String message, Exception e)
BootErrorHandler
handleError
in interface BootErrorHandler
message
- error messagee
- an errortrue
if user wish to continue application startBootErrorHandler.handleError(java.lang.String,
java.lang.Exception)
public boolean handleError(String message, IntegrityCheckReport report)
BootErrorHandler
handleError
in interface BootErrorHandler
message
- error messagereport
- integrity check reporttrue
if user wish to continue application startBootErrorHandler.handleError(java.lang.String,
org.java.plugin.registry.IntegrityCheckReport)
Copyright © 2016. All Rights Reserved.