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