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. TODO: decide threading

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. TODO: Needs pv

Parameters:
ex - the exception


Copyright © 2010. All Rights Reserved.