Class ExceptionReporter

    • Constructor Summary

      Constructors 
      Constructor Description
      ExceptionReporter()
      Creates a new exception reporter.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getURL()
      Returns the URL.
      void handleException​(java.lang.Throwable t)
      Creates a new exception reporter for given throwable.
      void respondUI​(java.lang.Object anObj)
      Responds to clicks on GUI panel Submit and Cancel buttons.
      void setURL​(java.lang.String aURL)
      Sets the URL.
      void submitException()
      Actually sends the exception to RM via Verio web mail.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExceptionReporter

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

      • getURL

        public java.lang.String getURL()
        Returns the URL.
      • setURL

        public void setURL​(java.lang.String aURL)
        Sets the URL.
      • respondUI

        public void respondUI​(java.lang.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.