|
|
|
@ -1,6 +1,6 @@ |
|
|
|
|
/* ----------------------------------------------------------------------------
|
|
|
|
|
* This file was automatically generated by SWIG (http://www.swig.org).
|
|
|
|
|
* Version 4.0.0 |
|
|
|
|
* Version 4.0.2 |
|
|
|
|
* |
|
|
|
|
* This file is not intended to be easily readable and contains a number of |
|
|
|
|
* coding conventions designed to improve portability and efficiency. Do not make |
|
|
|
@ -190,7 +190,8 @@ typedef enum { |
|
|
|
|
SWIG_JavaIllegalArgumentException, |
|
|
|
|
SWIG_JavaNullPointerException, |
|
|
|
|
SWIG_JavaDirectorPureVirtual, |
|
|
|
|
SWIG_JavaUnknownError |
|
|
|
|
SWIG_JavaUnknownError, |
|
|
|
|
SWIG_JavaIllegalStateException, |
|
|
|
|
} SWIG_JavaExceptionCodes; |
|
|
|
|
|
|
|
|
|
typedef struct { |
|
|
|
@ -211,6 +212,7 @@ static void SWIGUNUSED SWIG_JavaThrowException(JNIEnv *jenv, SWIG_JavaExceptionC |
|
|
|
|
{ SWIG_JavaNullPointerException, "java/lang/NullPointerException" }, |
|
|
|
|
{ SWIG_JavaDirectorPureVirtual, "java/lang/RuntimeException" }, |
|
|
|
|
{ SWIG_JavaUnknownError, "java/lang/UnknownError" }, |
|
|
|
|
{ SWIG_JavaIllegalStateException, "java/lang/IllegalStateException" }, |
|
|
|
|
{ (SWIG_JavaExceptionCodes)0, "java/lang/UnknownError" } |
|
|
|
|
}; |
|
|
|
|
const SWIG_JavaExceptions_t *except_ptr = java_exceptions; |
|
|
|
|