diff options
Diffstat (limited to 'java/test/Ice/exceptions/Test.ice')
-rw-r--r-- | java/test/Ice/exceptions/Test.ice | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Ice/exceptions/Test.ice b/java/test/Ice/exceptions/Test.ice index de4423e90ea..ffc5fc673ff 100644 --- a/java/test/Ice/exceptions/Test.ice +++ b/java/test/Ice/exceptions/Test.ice @@ -47,7 +47,7 @@ interface Thrower void throwUndeclaredA(int a) throws B, D; void throwUndeclaredB(int a, int b); void throwUndeclaredC(int a, int b, int c) throws D; - void throwRuntimeException(); + void throwLocalException(); void throwNonIceException(); }; |