Interface ExceptionReporter

All Known Implementing Classes:
Viewer

public interface ExceptionReporter
  • Method Details

    • reportError

      void reportError(Throwable t)
    • reportFailure

      void reportFailure(String s)
    • reportNote

      void reportNote(String s)