Class ExceptionReporter

All Implemented Interfaces:
Thread.UncaughtExceptionHandler

public class ExceptionReporter extends SwingOwner implements Thread.UncaughtExceptionHandler
This class provides a Swing UI panel to inform users that an exception was hit and send info back to ReportMill.
  • Constructor Details

    • ExceptionReporter

      public ExceptionReporter()
  • Method Details

    • getURL

      public String getURL()
      Returns the URL.
    • setURL

      public void setURL(String aURL)
      Sets the URL.
    • uncaughtException

      public void uncaughtException(Thread t, Throwable aThrowable)
      Creates a new exception reporter for given throwable.
      Specified by:
      uncaughtException in interface Thread.UncaughtExceptionHandler
    • sendException

      public void sendException()
      Send exception via cgiemail at reportmill.com.