Class ExceptionReporter

java.lang.Object
com.reportmill.panels.ExceptionReporter
All Implemented Interfaces:
RibsEventQueue.RibsExceptionHandler

public class ExceptionReporter extends Object implements RibsEventQueue.RibsExceptionHandler
This class provides a Swing GUI panel to inform users that an exception was hit and send info back to ReportMill.
  • Constructor Details

    • ExceptionReporter

      public ExceptionReporter()
      Creates a new exception reporter.
  • Method Details

    • getURL

      public String getURL()
      Returns the URL.
    • setURL

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

      public void handleException(Throwable t)
      Creates a new exception reporter for given throwable.
      Specified by:
      handleException in interface RibsEventQueue.RibsExceptionHandler
    • respondUI

      public void respondUI(Object anObj)
      Responds to clicks on GUI panel Submit and Cancel buttons.
    • submitException

      public void submitException()
      Actually sends the exception to RM via Verio web mail.