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

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.

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