Home | History | Annotate | Download | only in 2.0.11

Lines Matching refs:SWIG_exception

18 #define SWIG_exception(code, msg) { zend_throw_exception(NULL, (char*)msg, code TSRMLS_CC); }
52 #define SWIG_exception(a,b) SWIG_exception_(a, b, FUNC_NAME)
84 #define SWIG_exception(a,b) SWIG_exception_(a, b)
124 #define SWIG_exception(code, msg)\
136 #define SWIG_exception(a,b) SWIG_exception_((a),(b))
153 #define SWIG_exception(a,b) SWIG_exception_((a),(b))
195 #define SWIG_exception(code, msg)\
202 #define SWIG_exception(a,b)\
238 #define SWIG_exception(code, msg)\
256 SWIG_exception(SWIG_UnknownError, "Unknown exception");
266 SWIG_exception(SWIG_ValueError, e.what() );
268 SWIG_exception(SWIG_ValueError, e.what() );
270 SWIG_exception(SWIG_OverflowError, e.what() );
272 SWIG_exception(SWIG_IndexError, e.what() );
274 SWIG_exception(SWIG_IndexError, e.what() );
276 SWIG_exception(SWIG_RuntimeError, e.what() );
278 SWIG_exception(SWIG_SystemError, e.what() );
283 SWIG_exception(SWIG_SystemError, e.what() );
286 SWIG_exception(SWIG_UnknownError, "unknown exception");
294 SWIG_exception(SWIG_RuntimeError,"unknown exception");
298 SWIG_exception(SWIG_RuntimeError,"unknown exception");