ABAP Keyword Documentation →  ABAP Glossary → 

class-based exception

Handleable exception represented by an exception object of an exception class. Class-based exceptions replace the obsolete catchable runtime errors and non-class-based exceptions. A class-based exception can either terminate the current context or be a resumable exception.

More