JMACS

org.jmacs
Interface IExceptionHandler


public interface IExceptionHandler

exception handler. To be impl'ted by IControlsGuis and IMonitorGuis wishing to be notified if the result of a submitted command could not be returned (due to an exception having been thrown).

Version:
$Id$
Author:
Rob Dickens

Method Summary
 void handleException(Exception e)
          called if the submitted command could not return a result.
 

Method Detail

handleException

void handleException(Exception e)
called if the submitted command could not return a result.

Parameters:
e - either the cause of a CmdExecutionException or else null

JMACS

jmacs.org