|
JMACS | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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).
| Method Summary | |
|---|---|
void |
handleException(Exception e)
called if the submitted command could not return a result. |
| Method Detail |
|---|
void handleException(Exception e)
e - either the cause of a CmdExecutionException or else null
|
JMACS | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||