follow-up typos

This commit is contained in:
luz.paz 2018-05-17 10:26:00 -04:00
commit 6f69830321
15 changed files with 17 additions and 17 deletions

View file

@ -3877,7 +3877,7 @@ Or target all wrapped methods using:
This tells SWIG to generate a C++ catch handler using some code from the <a href="Typemaps.html#Typemaps_throws_typemap">throws typemap</a> for <tt>Swig::DirectorException</tt> that SWIG supplies by default, see <a href="SWIGPlus.html#SWIGPlus_catches">Exception handling with %catches</a>.
This typemap code is written to simply catch the C++ <tt>Swig::DirectorException</tt> class and immediately
return to Java throwing the original Java exception that it has stored.
The net result is a stack trace containing the original Java exception including the location that the exception was thown from.
The net result is a stack trace containing the original Java exception including the location that the exception was thrown from.
</p>
<div class="shell">