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)
BootErrorHandlerhandleFatalError in interface BootErrorHandlermessage - error messageBootErrorHandler.handleFatalError(
java.lang.String)public void handleFatalError(String message, Throwable t)
BootErrorHandlerhandleFatalError in interface BootErrorHandlermessage - error messaget - an errorBootErrorHandler.handleFatalError(
java.lang.String, java.lang.Throwable)public boolean handleError(String message, Exception e)
BootErrorHandlerhandleError in interface BootErrorHandlermessage - 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)
BootErrorHandlerhandleError in interface BootErrorHandlermessage - error messagereport - integrity check reporttrue if user wish to continue application startBootErrorHandler.handleError(java.lang.String,
org.java.plugin.registry.IntegrityCheckReport)Copyright © 2015. All rights reserved.