|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.epics.pvmanager.ExceptionHandler
public class ExceptionHandler
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.
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 |
---|
public ExceptionHandler()
Method Detail |
---|
public void handleException(java.lang.Exception ex)
ex
- the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |