SourceForge Logo

Error Class Converter


Definition

This is an Error Class Generator. What it does is take a text file that defines the error types, constant names and messages, levels and responses associated with it and generates classes in the supported languages that can be used to consistently handle the errors. Currently supported languages are:

- C++

- Java

- C

We use this program to generate consistent error codes and messages between a Java client application and a C++ server application.

License

The code itself is under the Gnu General Public License but any code generated by the program can be put under any license you desire. The Gnu Public License is in this archive as license.txt. The original code is sponsored by SecureWorx South Africa (Pty) Ltd.

Error Definiton Input File

Readme for Project

Project Home Page

CVS Repository