Exception Summary |
ArgumentNotValidException |
Thrown when an event catalog method receives an argument that is not valid. |
CatalogException |
Root exception for all exceptions that can be thrown by the event catalog
component. |
DescriptionExistsException |
Thrown when an attempt is made to add a description of an extended data
element to an event definition and the event definition already contains a
description for an extended data element of the same name, or likewise a
property description and the event definition already contains a
description for a property of the same name and path. |
EventDefinitionExistsException |
Thrown when an attempt is made to add an event definition to the event
catalog and an event definition of the same name already exists but the
replace flag was set to false. |
EventDefinitionNotFoundException |
Thrown when an attempt is made to refer to an event definition that does not
exist in the event catalog. |
InheritanceNotValidException |
Thrown when an attempt is made to add an event definition to the event
catalog that violates the event definition inheritance
rules. |
OperationNotValidException |
Thrown when an event catalog method is called in a situation that is not
valid. |
ParentNotValidException |
Thrown when an attempt is made to add an event definition to the event
catalog that does not name a valid parent. |
ValueTooLongException |
Thrown when a value that is too long is passed to an event catalog method. |
XmlNotValidException |
Thrown to indicate that an XML document containing event definitions is not valid. |