Developing Apama Applications > Developing Apama Applications in EPL > Making Application Data Available to Clients > Creating DataView definitions > DataViewException
DataViewException
Syntax
event DataViewException {
   string msgId;
   string dvName;
   wildcard string message;
   dictionary<string, string> extraParams;
}
These events occur under exceptional circumstances in response to DataViewAddDefinition or DataViewDeleteDefinition events, or any circumstance under which a DataView cannot be identified.
Syntax description
msgId is the ID of the message to which this is a response.
dvName is the unique name of the DataView specified in the event to which this is a response.
message is the message in this exception. This is designed to be human readable, and may change between implementations or versions (hence the wildcard specification).
extraParams is an optional field that future implementations may use.
Copyright © 2013 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or Terracotta Inc., San Francisco, CA, USA, and/or Software AG (Canada) Inc., Cambridge, Ontario, Canada, and/or, Software AG (UK) Ltd., Derby, United Kingdom, and/or Software A.G. (Israel) Ltd., Or-Yehuda, Israel and/or their licensors.