Home | History | Annotate | Download | only in 2.0.11

Lines Matching full:exception_code

91   SWIG_JavaExceptionCodes exception_code = SWIG_JavaUnknownError;
94 exception_code = SWIG_JavaOutOfMemoryError;
97 exception_code = SWIG_JavaIOException;
101 exception_code = SWIG_JavaRuntimeException;
105 exception_code = SWIG_JavaIndexOutOfBoundsException;
108 exception_code = SWIG_JavaArithmeticException;
113 exception_code = SWIG_JavaIllegalArgumentException;
117 exception_code = SWIG_JavaUnknownError;
120 SWIG_JavaThrowException(jenv, exception_code, msg);
161 SWIG_CSharpExceptionArgumentCodes exception_code = SWIG_CSharpArgumentOutOfRangeException;
162 SWIG_CSharpSetPendingExceptionArgument(exception_code, msg, 0);
164 SWIG_CSharpExceptionCodes exception_code = SWIG_CSharpApplicationException;
167 exception_code = SWIG_CSharpOutOfMemoryException;
170 exception_code = SWIG_CSharpIndexOutOfRangeException;
173 exception_code = SWIG_CSharpDivideByZeroException;
176 exception_code = SWIG_CSharpIOException;
179 exception_code = SWIG_CSharpOverflowException;
187 exception_code = SWIG_CSharpApplicationException;
190 SWIG_CSharpSetPendingException(exception_code, msg);
211 SWIG_DExceptionCodes exception_code;
214 exception_code = SWIG_DNoSuchElementException;
217 exception_code = SWIG_DIOException;
220 exception_code = SWIG_DIllegalArgumentException;
231 exception_code = SWIG_DException;
234 SWIG_DSetPendingException(exception_code, msg);