org.epics.pvmanager
Class ReadFailException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.epics.pvmanager.ReadFailException
- All Implemented Interfaces:
- Serializable
public class ReadFailException
- extends RuntimeException
Exception thrown when a PVReader
is trying to read a channel or
data source that cannot be read from. All subsequent reads will always
return null.
- Author:
- carcassi
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ReadFailException
public ReadFailException()
Copyright © 2011. All Rights Reserved.