summaryrefslogtreecommitdiff
path: root/java/test/Ice/exceptions/Test.ice
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-09-29 21:01:36 +0000
committerMarc Laukien <marc@zeroc.com>2002-09-29 21:01:36 +0000
commit89db42455511ba6cb978145beb66c6868589a0de (patch)
tree88ca2c0f877cca16b454f06030fa7cf1c783ea2f /java/test/Ice/exceptions/Test.ice
parentlots and lots of fixes (diff)
downloadice-89db42455511ba6cb978145beb66c6868589a0de.tar.bz2
ice-89db42455511ba6cb978145beb66c6868589a0de.tar.xz
ice-89db42455511ba6cb978145beb66c6868589a0de.zip
lots of fixes
Diffstat (limited to 'java/test/Ice/exceptions/Test.ice')
-rw-r--r--java/test/Ice/exceptions/Test.ice4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/test/Ice/exceptions/Test.ice b/java/test/Ice/exceptions/Test.ice
index ffc5fc673ff..90f2dadb568 100644
--- a/java/test/Ice/exceptions/Test.ice
+++ b/java/test/Ice/exceptions/Test.ice
@@ -44,9 +44,9 @@ interface Thrower
void throwCasB(int a, int b, int c) throws B;
void throwCasC(int a, int b, int c) throws C;
bool supportsUndeclaredExceptions();
- void throwUndeclaredA(int a) throws B, D;
+ void throwUndeclaredA(int a);
void throwUndeclaredB(int a, int b);
- void throwUndeclaredC(int a, int b, int c) throws D;
+ void throwUndeclaredC(int a, int b, int c);
void throwLocalException();
void throwNonIceException();
};