summaryrefslogtreecommitdiff
path: root/java/test/Ice/exceptions/Test.ice
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2002-01-17 20:38:58 +0000
committerMark Spruiell <mes@zeroc.com>2002-01-17 20:38:58 +0000
commit9a00c128d19163db18dd7c5f8f64c84f14ea8bf2 (patch)
tree2fa7e1536f5e96eca05abba7dedf7098ab04af4f /java/test/Ice/exceptions/Test.ice
parentadding server (diff)
downloadice-9a00c128d19163db18dd7c5f8f64c84f14ea8bf2.tar.bz2
ice-9a00c128d19163db18dd7c5f8f64c84f14ea8bf2.tar.xz
ice-9a00c128d19163db18dd7c5f8f64c84f14ea8bf2.zip
interop fix
Diffstat (limited to 'java/test/Ice/exceptions/Test.ice')
-rw-r--r--java/test/Ice/exceptions/Test.ice1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/test/Ice/exceptions/Test.ice b/java/test/Ice/exceptions/Test.ice
index dc42b49e0f9..1a3de4943d8 100644
--- a/java/test/Ice/exceptions/Test.ice
+++ b/java/test/Ice/exceptions/Test.ice
@@ -43,6 +43,7 @@ interface Thrower
void throwBasB(int a, int b) throws B;
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 throwUndeclaredB(int a, int b);
void throwUndeclaredC(int a, int b, int c) throws D;