Scala Monitoring and Control System API
com.lafros.macs

trait ExceptionHandler

[source: com/lafros/macs/ExceptionHandler.scala]

trait ExceptionHandler
extends AnyRef
to be impl'ted by ControlsGuis/MonitorGuis wishing to be notified of any exceptions thrown by the commands/queries they submit.
Author
Rob Dickens
Method Summary
abstract def handleException (e : java.lang.Exception) : Unit
called if the submitted command threw the exception, e.
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
abstract def handleException(e : java.lang.Exception) : Unit
called if the submitted command threw the exception, e.


Copyright 2009 Latterfrosken Software Development Limited