Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/keller-michael/general_business_exception_class
- Owner: Keller-Michael
- License: mit
- Created: 2023-04-26T07:24:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-11T06:03:26.000Z (over 1 year ago)
- Last Synced: 2024-10-11T02:23:48.244Z (about 1 month ago)
- Topics: abap, error-handling, example, exception-class, exception-handling, exceptions, learning-by-doing, try-catch
- Language: ABAP
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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".