diff options
author | Marc Laukien <marc@zeroc.com> | 2002-09-29 21:01:36 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-09-29 21:01:36 +0000 |
commit | 89db42455511ba6cb978145beb66c6868589a0de (patch) | |
tree | 88ca2c0f877cca16b454f06030fa7cf1c783ea2f /java/test/Ice/exceptions/Test.ice | |
parent | lots and lots of fixes (diff) | |
download | ice-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.ice | 4 |
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(); }; |