Treatable Exception

Exception that can be treated in the program and that does not lead to a runtime error when treated. As of Release 6.10, all treatable exceptions are implemented by means of exception objects and can be treated using TRY-CATCH-ENDTRY statements. Before Release 6.10, selected runtime errors could be caught with CATCH-ENDCATCH.

More