Introduction to Error and Condition Handling
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Introduction to Error and Condition Handling
Run-time occurrences that interrupt the usual flow of a software
application are called conditions, errors, or exceptions. Condition handling, error handling, and
exception handling are industry terms, sometimes used interchangeably,
for programming designed to respond to those run-time interruptions. Since most
condition handling in ABL involves the ERROR condition,
error handling has become a common synonym for condition handling and is used frequently in the OpenEdge
documentation set.