diff options
author | Marc Laukien <marc@zeroc.com> | 2002-12-31 14:54:38 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-12-31 14:54:38 +0000 |
commit | 03f001a980200cc341706ea9b9f0b19f3d4735d3 (patch) | |
tree | a4647a0df578399973501a2f0bc509ef192e8a67 /java/test/Ice/exceptions/ThrowerI.java | |
parent | amd & exceptions (diff) | |
download | ice-03f001a980200cc341706ea9b9f0b19f3d4735d3.tar.bz2 ice-03f001a980200cc341706ea9b9f0b19f3d4735d3.tar.xz ice-03f001a980200cc341706ea9b9f0b19f3d4735d3.zip |
finished AMD for Java
Diffstat (limited to 'java/test/Ice/exceptions/ThrowerI.java')
-rw-r--r-- | java/test/Ice/exceptions/ThrowerI.java | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/java/test/Ice/exceptions/ThrowerI.java b/java/test/Ice/exceptions/ThrowerI.java index ed29d3a2380..ad9dc5b0634 100644 --- a/java/test/Ice/exceptions/ThrowerI.java +++ b/java/test/Ice/exceptions/ThrowerI.java @@ -28,6 +28,12 @@ public final class ThrowerI extends _ThrowerDisp _adapter.getCommunicator().shutdown(); } + public boolean + supportsUndeclaredExceptions(Ice.Current current) + { + return false; + } + public void throwAasA(int a, Ice.Current current) throws A @@ -110,12 +116,6 @@ public final class ThrowerI extends _ThrowerDisp throw new RuntimeException(); } - public boolean - supportsUndeclaredExceptions(Ice.Current current) - { - return false; - } - public void throwUndeclaredA(int a, Ice.Current current) { |