Package adams.core.exception
Interface ExceptionHandler
-
- All Known Implementing Classes:
ConsolePanelExceptionHandler
public interface ExceptionHandler
Interface for classes that handle errors, eg output them.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleException(String msg, Throwable t)
Handles the error.
-