summaryrefslogtreecommitdiff
path: root/java/src/Ice/UserExceptionWriter.java
Commit message (Collapse)AuthorAge
* Down with ant. From the gradle to the grave.Matthew Newhook2014-10-20
|
* Add @Override where possible, and remove trailing white space.Matthew Newhook2014-08-07
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Java portMark Spruiell2012-06-01
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* bug 4623 - missing doc commentsMark Spruiell2010-05-21
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Bug 3415Dwayne Boone2008-11-07
|
* Bug 3415 - UserExceptionWriter should not create new OutputStreamDwayne Boone2008-10-29
|
* Updated copyrightDwayne Boone2008-01-23
|
* - Fixing bug 2522 for Python. This involved adding the C++ classMark Spruiell2007-11-05
UserExceptionWriter so that the Python extension can wrap a native Python user exception into something that the C++ run time can marshal. Also ported the changes to the servantLocator test. - Implementing UserExceptionWriter in Java and C#. - Consolidating the source files for the C# streaming API.