From c3c4ec1e88c3838d4cd3ffc127bfce569e6ae383 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 24 Feb 2021 22:07:36 +0000 Subject: html link corrections --- Doc/Manual/Java.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Doc') diff --git a/Doc/Manual/Java.html b/Doc/Manual/Java.html index 2f55f5b04..dc403a98c 100644 --- a/Doc/Manual/Java.html +++ b/Doc/Manual/Java.html @@ -4030,7 +4030,7 @@ repetitive duplication of the director:except feature code for each director method. To mitigate this, a second approach is provided via typemaps in a fashion analogous to -the "throws" typemap. +the "throws" typemap. The "throws" typemap provides a way to map all the C++ exceptions listed in a method's defined exceptions (either from a C++ exception specification or a %catches @@ -4081,7 +4081,7 @@ has the $directorthrowshandlers special variable replaced with the the relevant "directorthrows" typemaps, for each and every exception defined for the method. The relevant exceptions can be defined either with a C++ exception specification or %catches as described for the -"throws" typemap. +"throws" typemap.

-- cgit v1.2.1