Package adams.core.exception
Interface ExceptionHandler
-
- All Known Implementing Classes:
ConsolePanelExceptionHandler
public interface ExceptionHandlerInterface 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 voidhandleException(String msg, Throwable t)Handles the error.
-