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.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
- 
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:
 handleExceptionin 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. 
 -