Procedural exception handlers enable detecting only part of the exceptional situations, often too late. Those exceptional situations not captured by the procedural exception handlers are often regarded as unexpected. The messages that the procedural handlers typically generate are useful for debugging, but are of low value for the operators. The reports generated provide low-quality feedback to the developers about ways to avoid the exceptions.
Common practices of exception handling enable disclosing part of the exceptional situations but not all of them:
The messages that the procedural handlers typically generate are useful for debugging, but are of low value for the operators. The reports generated provide low-quality feedback to the developers about ways to avoid the exceptions. Typical problem are:
Updated on 03 Jun 2017.