org.epics.pvmanager
Class ExceptionHandler
java.lang.Object
org.epics.pvmanager.ExceptionHandler
public class ExceptionHandler
- extends 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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionHandler
public ExceptionHandler()
handleException
public void handleException(Exception ex)
- Notifies of an exception being thrown.
- Parameters:
ex
- the exception
Copyright © 2011. All Rights Reserved.