Package com.reportmill.panels
Class ExceptionReporter
java.lang.Object
com.reportmill.panels.ExceptionReporter
- All Implemented Interfaces:
RibsEventQueue.RibsExceptionHandler
This class provides a Swing GUI panel to inform users that an exception was hit and send info back to ReportMill.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetURL()
Returns the URL.void
Creates a new exception reporter for given throwable.void
Responds to clicks on GUI panel Submit and Cancel buttons.void
Sets the URL.void
Actually sends the exception to RM via Verio web mail.
-
Constructor Details
-
ExceptionReporter
public ExceptionReporter()Creates a new exception reporter.
-
-
Method Details
-
getURL
Returns the URL. -
setURL
Sets the URL. -
handleException
Creates a new exception reporter for given throwable.- Specified by:
handleException
in interfaceRibsEventQueue.RibsExceptionHandler
-
respondUI
Responds to clicks on GUI panel Submit and Cancel buttons. -
submitException
public void submitException()Actually sends the exception to RM via Verio web mail.
-