Home | History | Annotate | Download | only in typemaps

Lines Matching refs:SWIG_exception_fail

31 %define_as(SWIG_exception_fail(code, msg), %block(%error(code, msg); SWIG_fail))
51 SWIG_exception_fail(SWIG_UnknownError, "Unknown exception");
61 SWIG_exception_fail(SWIG_ValueError, e.what() );
63 SWIG_exception_fail(SWIG_ValueError, e.what() );
65 SWIG_exception_fail(SWIG_OverflowError, e.what() );
67 SWIG_exception_fail(SWIG_IndexError, e.what() );
69 SWIG_exception_fail(SWIG_IndexError, e.what() );
71 SWIG_exception_fail(SWIG_RuntimeError, e.what() );
73 SWIG_exception_fail(SWIG_SystemError, e.what() );
78 SWIG_exception_fail(SWIG_SystemError, e.what() );
81 SWIG_exception_fail(SWIG_UnknownError, "unknown exception");