This is an Error Class Generator. It inputs a text file that defines the error types, constant names and messages, levels and responses associated with it. From this it then generates classes in the supported languages that can be used to consistently handle the errors. Currently supported languages are C++, C and Java.
| Tags | Software Development Code Generators |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent POSIX Linux BSD Mac OS X |
| Implementation | C C++ Java |
Recent releases


Release Notes: Support for Mac OS X was added.


Release Notes: Minor fixes were made to the C++ generated code. Internationalisation support was added, along with the first translation to Afrikaans. No wide character support is provided yet.


Release Notes: Fixes for a bug with C code generation core dumping and some memory leaks, and changing the C++ class definition so that it returns bools.


Release Notes: The base name, as supplied to the Java class creator, will now be used as the Java class name and in the file names. The past behaviour was that the Java class name and file names were constant.


Release Notes: C language output was added, and the build system was moved to an autoconf/configure type environment to improve portability.