Apache Flex Exception Values

Exception values are generated under given error conditions. Flex support defines the following set of exception values:

E_FLEX_REPLAY
A generic exception, which is thrown when no other known exception occurs in Flex.
E_FLEX_REPLAY_EVENT
An error occurred when replaying the Flex event.
E_FLEX_REPLAY_METHOD
An error occurred when replaying the Flex method.
E_FLEX_REPLAY_READ_PROPERTY
An error occurred when reading a property.
E_FLEX_REPLAY_WRITE_PROPERTY
An error occurred when writing a property.
E_FLEX_REPLAY_STYLE_NOT_SET
The style is not set to a Flex object.
E_FLEX_REPLAY_SUPPORTS_TABLUAR
The property used is meant for use with tabular data. However, the specified class does not support tabular data.
E_FLEX_REPLAY_INVALID_FLEX_SDK_VERSION
If you replay a Flex 3.x event, method, or property in a Flex 2.0 environment, this error occurs.
E_VO_PROPERTY_NOT_FOUND
When reading or writing a property, if the property is not defined for the object, this exception occurs.

The E_VO_PROPERTY_NOT_FOUND exception can also be thrown when you test Flex, but it is not limited to the Flex environment.