correction
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6008 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
6dfefa9d96
commit
6b5b4028db
1 changed files with 1 additions and 1 deletions
2
CHANGES
2
CHANGES
|
|
@ -2729,7 +2729,7 @@ Version 1.3.15 (September 9, 2002)
|
|||
%typemap(throws, throws="java.io.IOException") file_exception {
|
||||
jclass excep = jenv->FindClass("java/io/IOException");
|
||||
if (excep)
|
||||
jenv->ThrowNew(excep, _e.what());
|
||||
jenv->ThrowNew(excep, $1.what());
|
||||
return $null; // or use SWIG_fail
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue