org.epics.pvmanager
Class ExceptionHandler

java.lang.Object
  extended by org.epics.pvmanager.ExceptionHandler

public class ExceptionHandler
extends java.lang.Object

This class receives all the exceptions generated by a PV. handleException(java.lang.Exception) is called on the thread that generated the exception. It's up to the handler to handle thread safety and notification.

Author:
carcassi

Constructor Summary
ExceptionHandler()
           
 
Method Summary
 void handleException(java.lang.Exception ex)
          Notifies of an exception being thrown.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionHandler

public ExceptionHandler()
Method Detail

handleException

public void handleException(java.lang.Exception ex)
Notifies of an exception being thrown.

Parameters:
ex - the exception