com.apama.dataview
Event DataViewException


Indicates that an exception occurred within the DataViewService, and indicates the name of the specific DataView.

Direction: From the DataViewService to the customer Monitor.
Member summary
 stringmsgId

[OPTIONAL] A messageId that applications may choose to use to identify "responses".
 stringdvName

The unique name of the DataView.
 stringmessage

The message in the exception. This is designed to be human readable, and may change between implementations/versions, hence the wildcard.
 dictionary<stringstring>extraParams

[OPTIONAL] Some implementations may choose to make use of this field.
 
Member detail

dvName

            string dvName
        
The unique name of the DataView.

extraParams

            dictionary<stringstringextraParams
        
[OPTIONAL] Some implementations may choose to make use of this field.

message

            string message
        
The message in the exception. This is designed to be human readable, and may change between implementations/versions, hence the wildcard.

msgId

            string msgId
        
[OPTIONAL] A messageId that applications may choose to use to identify "responses".