Package adams.core.exception
Class ConsolePanelExceptionHandler
- java.lang.Object
-
- adams.core.exception.ConsolePanelExceptionHandler
-
- All Implemented Interfaces:
ExceptionHandler
,Serializable
public class ConsolePanelExceptionHandler extends Object implements ExceptionHandler, Serializable
Forwards the error to theConsolePanel
.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConsolePanelExceptionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleException(String msg, Throwable t)
Handles the error.
-
-
-
Method Detail
-
handleException
public void handleException(String msg, Throwable t)
Handles the error.- Specified by:
handleException
in interfaceExceptionHandler
- Parameters:
msg
- the associated messaget
- the exception
-
-