Class ExceptionReporter

  • All Implemented Interfaces:
    java.lang.Thread.UncaughtExceptionHandler

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

      • ExceptionReporter

        public ExceptionReporter()
    • Method Detail

      • getURL

        public java.lang.String getURL()
        Returns the URL.
      • setURL

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

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

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