Home
last modified time | relevance | path

Searched refs:handleSystemException (Results 1 – 7 of 7) sorted by relevance

/dports/devel/py-omniorb/omniORBpy-4.2.4/modules/
H A DpyCallDescriptor.cc149 return omniPy::handleSystemException(ex); in OMNI_USING_NAMESPACE()
294 omniPy::handleSystemException(ex); in OMNI_USING_NAMESPACE()
345 return omniPy::handleSystemException(ex); in OMNI_USING_NAMESPACE()
360 return omniPy::handleSystemException(ex); in OMNI_USING_NAMESPACE()
444 return omniPy::handleSystemException(ex); in OMNI_USING_NAMESPACE()
477 return omniPy::handleSystemException(ex); in OMNI_USING_NAMESPACE()
587 return omniPy::handleSystemException(ex); in OMNI_USING_NAMESPACE()
614 return omniPy::handleSystemException(ex); in OMNI_USING_NAMESPACE()
892 return handleSystemException(*bp, bp->getInfo()); in raisePyException()
896 return handleSystemException(*se); in raisePyException()
[all …]
H A Domnipy.h199 return omniPy::handleSystemException(_ex); \
420 PyObject* handleSystemException(const CORBA::SystemException& ex,
1497 return omniPy::handleSystemException(ex, ex.getInfo()); \
1500 return omniPy::handleSystemException(ex); \
1506 return omniPy::handleSystemException(ex); \
1510 return omniPy::handleSystemException(ex, ex.getInfo()); \
H A DpyPOACurrentFunc.cc125 return omniPy::handleSystemException(ex); in pyPC_get_servant()
H A DcxxAPI.cc125 return omniPy::handleSystemException(ex); in impl_handleCxxSystemException()
H A DpyORBFunc.cc56 return omniPy::handleSystemException(ex); in pyORB_string_to_object()
H A DpyExceptions.cc83 omniPy::handleSystemException(const CORBA::SystemException& ex, PyObject* info) in handleSystemException() function in omniPy
H A DpyInterceptors.cc434 return omniPy::handleSystemException(_ex); \