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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetURL()Returns the URL.voidCreates a new exception reporter for given throwable.voidResponds to clicks on GUI panel Submit and Cancel buttons.voidSets the URL.voidActually sends the exception to RM via Verio web mail.
- 
Constructor Details- 
ExceptionReporterpublic ExceptionReporter()Creates a new exception reporter.
 
- 
- 
Method Details- 
getURLReturns the URL.
- 
setURLSets the URL.
- 
handleExceptionCreates a new exception reporter for given throwable.- Specified by:
- handleExceptionin interface- RibsEventQueue.RibsExceptionHandler
 
- 
respondUIResponds to clicks on GUI panel Submit and Cancel buttons.
- 
submitExceptionpublic void submitException()Actually sends the exception to RM via Verio web mail.
 
-