Class BootErrorHandlerGui

  • All Implemented Interfaces:
    BootErrorHandler

    public class BootErrorHandlerGui
    extends java.lang.Object
    implements BootErrorHandler
    Standard boot error handler for GUI applications. Uses Swing based dialogue to show error details to user and prompt for input.
    Version:
    $Id$
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean handleError​(java.lang.String message, java.lang.Exception e)
      Called if non-fatal error has occurred and application boot may be continued.
      boolean handleError​(java.lang.String message, IntegrityCheckReport report)
      Called if an error has been detected during plug-ins integrity check and application boot may be continued.
      void handleFatalError​(java.lang.String message)
      Called if fatal error has occurred.
      void handleFatalError​(java.lang.String message, java.lang.Throwable t)
      Called if fatal error has occurred.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait