Archived

This forum has been archived. Please start a new discussion on GitHub.

Patch for slice2java compiler

As specified in this thread: http://www.zeroc.com/forums/bug-reports/5551-java-exception-mapping-generates-invalid-code.html

The slice2java compiler does not generate a constructor for an empty exception class. Sub-classes of such empty exceptions do call super() in their constructor.

Attached is a patch to solve this issue.