Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keller-michael/general_business_exception_class

:no_entry: example of general exception class and behaviour
https://github.com/keller-michael/general_business_exception_class

abap error-handling example exception-class exception-handling exceptions learning-by-doing try-catch

Last synced: 13 days ago
JSON representation

:no_entry: example of general exception class and behaviour

Awesome Lists containing this project

README

        

# :no_entry: General Business Exception Class Example

Example of a general business exception [class](/src/zmke_cx_business_error.clas.abap) to test [exception behaviour](/src/zmke_cl_exceptions_playground.clas.abap). Easy to convert into a general technical exception class. More about error handling in this [chapter](https://github.com/SAP/styleguides/blob/main/clean-abap/CleanABAP.md#error-handling) of "Clean ABAP Styleguide".