diff options
author | Michi Henning <michi@zeroc.com> | 2003-05-19 14:38:42 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2003-05-19 14:38:42 +0000 |
commit | 2193ab182069435ce42105dabd05395d2f256861 (patch) | |
tree | 972780299e83a406959a762c91cd58bd73f0e1fd /java/src/Ice/UserException.java | |
parent | More changes for icej slicing. (diff) | |
download | ice-2193ab182069435ce42105dabd05395d2f256861.tar.bz2 ice-2193ab182069435ce42105dabd05395d2f256861.tar.xz ice-2193ab182069435ce42105dabd05395d2f256861.zip |
Slicing changes. Tests pass, with the exception of tests that are meant to
show that things actually get sliced. This is most likely because the
test setup is the problem, not the code.
Lots of incomprehensible trace left in the code for now...
Diffstat (limited to 'java/src/Ice/UserException.java')
-rw-r--r-- | java/src/Ice/UserException.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/java/src/Ice/UserException.java b/java/src/Ice/UserException.java index d9b8da99210..d8d41b3c3a5 100644 --- a/java/src/Ice/UserException.java +++ b/java/src/Ice/UserException.java @@ -33,9 +33,6 @@ public abstract class UserException extends Exception return sw.toString(); } - public abstract String[] - __getExceptionIds(); - public abstract void __write(IceInternal.BasicStream __os); |