Class ExceptionTrackerImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean exceptionLogged​(java.lang.Throwable exception)
      Returns true if the indicated exception has already been logged (it is assumed that the exception will be logged if this method returns false).
      • Methods inherited from class java.lang.Object

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

      • exceptionLogged

        public boolean exceptionLogged​(java.lang.Throwable exception)
        Description copied from interface: ExceptionTracker
        Returns true if the indicated exception has already been logged (it is assumed that the exception will be logged if this method returns false). The exception is recorded for later checks.
        Specified by:
        exceptionLogged in interface ExceptionTracker
        Parameters:
        exception - to check
        Returns:
        false if the exception has not been previously checked, true otherwise