Package com.reportmill.panels
Class ExceptionReporter
- java.lang.Object
- 
- com.reportmill.panels.ExceptionReporter
 
- 
- All Implemented Interfaces:
- RibsEventQueue.RibsExceptionHandler
 
 public class ExceptionReporter extends java.lang.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 SummaryConstructors Constructor Description ExceptionReporter()Creates a new exception reporter.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetURL()Returns the URL.voidhandleException(java.lang.Throwable t)Creates a new exception reporter for given throwable.voidrespondUI(java.lang.Object anObj)Responds to clicks on GUI panel Submit and Cancel buttons.voidsetURL(java.lang.String aURL)Sets the URL.voidsubmitException()Actually sends the exception to RM via Verio web mail.
 
- 
- 
- 
Method Detail- 
getURLpublic java.lang.String getURL() Returns the URL.
 - 
setURLpublic void setURL(java.lang.String aURL) Sets the URL.
 - 
handleExceptionpublic void handleException(java.lang.Throwable t) Creates a new exception reporter for given throwable.- Specified by:
- handleExceptionin interface- RibsEventQueue.RibsExceptionHandler
 
 - 
respondUIpublic void respondUI(java.lang.Object anObj) Responds to clicks on GUI panel Submit and Cancel buttons.
 - 
submitExceptionpublic void submitException() Actually sends the exception to RM via Verio web mail.
 
- 
 
-