Interface ExceptionReporter
-
- All Known Implementing Classes:
Viewer
public interface ExceptionReporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreportError(java.lang.Throwable t)voidreportFailure(java.lang.String s)voidreportNote(java.lang.String s)
-