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 Detail

      • handleException

        void handleException​(String msg,
                             Throwable t)
        Handles the error.
        Parameters:
        msg - the associated message
        t - the exception