summaryrefslogtreecommitdiff
path: root/java/test/Ice/exceptions/ThrowerI.java
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-12-31 14:54:38 +0000
committerMarc Laukien <marc@zeroc.com>2002-12-31 14:54:38 +0000
commit03f001a980200cc341706ea9b9f0b19f3d4735d3 (patch)
treea4647a0df578399973501a2f0bc509ef192e8a67 /java/test/Ice/exceptions/ThrowerI.java
parentamd & exceptions (diff)
downloadice-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.java12
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)
{