An exception condition is either a condition associated with a specific exception status indicator or an exception object. An exception object is any object that is raised by the execution of either a RAISE Statement in which the object is specified in the RAISING phrase. An exception status indicator is a conceptual entity that exists for each function, method, or program for each exception condition and has two states, set or cleared. The initial state of all exception status indicators is cleared. An exception status indicator is set when the associated exception exists. Associated with each exception status indicator are one or more exception-names. These exception names, together with the interface-names and class-names of exception objects are used to enable checking for the exception condition, to specify the action to be taken when the exception is raised, and to determine which exception condition caused an exception declarative to be executed.
| Copyright (c) 2017 Veryant |
| Contact us |
|
Please share your comments on this manual or on any Veryant product documentation with the email button at the top left |