public class ContextExceptionEvent extends CAEvent
Context,
Serialized Formsource| Constructor and Description |
|---|
ContextExceptionEvent(Context ctxt,
Channel ch,
DBRType dbrType,
int count,
DBR dbr,
String msg) |
| Modifier and Type | Method and Description |
|---|---|
Channel |
getChannel()
The Channel associated with the exception if any.
|
int |
getCount()
Returns the element count of the request when the failure occured.
|
DBR |
getDBR()
Returns the DBR object of the request when the failure occured.
|
DBRType |
getDBRType()
Returns the type of the request when the failure occured.
|
String |
getMessage() |
getSource, toStringpublic Channel getChannel()
public DBRType getDBRType()
public int getCount()
public DBR getDBR()
public String getMessage()
Copyright © 2004-2020 EPICS. All Rights Reserved.