Lines Matching refs:exception
6 * require to support STL but only the 'exception.i' mechanism.
9 * exception specification, such as
14 * 'exception.i' library. If that is working in your target language,
17 * If the target language doesn't implement a robust 'exception.i'
30 %include <exception.i>
33 %define %std_exception_map(Exception, Code)
34 %typemap(throws,noblock=1) Exception {
37 %ignore Exception;
38 struct Exception {
45 %std_exception_map(exception, SWIG_SystemError);