ABAP Keyword Documentation → ABAP Glossary
non-handleable exception
Exception not associated with an
exception class and
that cannot be handled in the program by TRY - CATCH - ENDTRY
. Non-handleable exceptions are raised by the
ABAP runtime environment
and are usually a response to error situations that cannot be handled effectively in a program. A non-handleable exception always produces a
runtime error.