Lines Matching defs:setError
1823 void setError(const RTCError &x)
1828 void setError(const std::exception &x)
1894 catch (const xml::EIPRTFailure &err) { pContext->setError(err); }
1895 catch (const RTCError &err) { pContext->setError(err); }
1896 catch (const std::exception &err) { pContext->setError(err); }
1897 catch (...) { pContext->setError(xml::LogicError(RT_SRC_POS)); }
2020 catch (const xml::EIPRTFailure &err) { pContext->setError(err); }
2021 catch (const RTCError &err) { pContext->setError(err); }
2022 catch (const std::exception &err) { pContext->setError(err); }
2023 catch (...) { pContext->setError(xml::LogicError(RT_SRC_POS)); }