https://github.com/synergex/exception_handling_spc_2008_demo
This project demonstrates the ability to catch and throw Synergy Exceptions. It was demonstrated at the 2008 SPC.
https://github.com/synergex/exception_handling_spc_2008_demo
Last synced: 4 months ago
JSON representation
This project demonstrates the ability to catch and throw Synergy Exceptions. It was demonstrated at the 2008 SPC.
- Host: GitHub
- URL: https://github.com/synergex/exception_handling_spc_2008_demo
- Owner: Synergex
- License: other
- Created: 2022-01-07T21:27:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T17:28:14.000Z (almost 4 years ago)
- Last Synced: 2025-10-10T05:36:03.238Z (8 months ago)
- Language: Batchfile
- Homepage:
- Size: 158 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Exception_Handling_SPC_2008_demo
**Created Date:** 8/12/2008
**Last Updated:** 8/12/2008
**Description:** This project demonstrates the ability to catch and throw Synergy Exceptions. It was demonstrated at the 2008 SPC.
**Platforms:** Windows; Unix; OpenVMS
**Products:** Synergy DBL
**Minimum Version:** 9.1.5
**Author:** Richard Morris
**Additional Information:**
Put the files onto your C: drive. If you put them onto a differently
lettered drive ensure you change the \SPC2008_ExceptionHandling\setup.bat file
to use the correct drive letter.
The Workbench workspace can be found in the \SPC2008_ ExceptionHandling \prj
folder, named SPC2008_ ExceptionHandling.
If you do not have workbench, open a command window and navigate to
the \SPC2008_ ExceptionHandling folder. Run the setup.bat batch file.
This will configure the base environment,
To run the program in Workbench, select the file your wish to run from
the project explore window and select the Execute entry from the Build
menu. To run the program from the command line, type:
dbr exe:basic_error_trapping
dbr exe:try_catch
dbr exe:catch_specific_errors
dbr exe:application_error_processing
If you need to rebuild the sample application then from the command window
use the following commands:
Buildit.bat