Uses of Class
org.epics.pvmanager.ExceptionHandler

Packages that use ExceptionHandler
org.epics.pvmanager This package contains all the basic compononents of the PVManager framework and the basic support for the language to define the creation. 
 

Uses of ExceptionHandler in org.epics.pvmanager
 

Methods in org.epics.pvmanager that return ExceptionHandler
 ExceptionHandler DataRecipe.getExceptionHandler()
          Returns the exception handler to be used for this PV.
 

Methods in org.epics.pvmanager with parameters of type ExceptionHandler
 PVManager.PVManagerExpression<T> PVManager.PVManagerExpression.routeExceptionsTo(ExceptionHandler exceptionHandler)
          Forwards exception to the given exception handler.
 DataRecipe DataRecipe.withExceptionHandler(ExceptionHandler handler)
           
 

Constructors in org.epics.pvmanager with parameters of type ExceptionHandler
DataSource.ValueProcessor(Collector collector, ValueCache<V> cache, ExceptionHandler exceptionHandler)
          Creates a value processor using the collector and the value cache given.
 



Copyright © 2010. All Rights Reserved.