Searched refs:RTCError (Results 1 - 7 of 7) sorted by relevance

/vbox/include/iprt/cpp/
H A Dexception.h41 class RT_DECL_CLASS RTCError class in inherits:std::exception
46 RTCError(const char *pszMessage) function in class:RTCError
51 RTCError(const RTCString &a_rstrMessage) function in class:RTCError
56 RTCError(const RTCError &a_rSrc) function in class:RTCError
62 virtual ~RTCError() throw()
66 void operator=(const RTCError &a_rSrc)
86 RTCError();
H A Dxml.h70 class RT_DECL_CLASS LogicError : public RTCError
75 : RTCError(aMsg)
81 class RT_DECL_CLASS RuntimeError : public RTCError
86 : RTCError(aMsg)
/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp110 : RTCError(NULL)
1823 void setError(const RTCError &x)
1895 catch (const RTCError &err) { pContext->setError(err); }
2021 catch (const RTCError &err) { pContext->setError(err); }
/vbox/src/VBox/Main/src-all/
H A DVirtualBoxBase.cpp124 catch (const RTCError &err) // includes all XML exceptions
/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp2341 catch (RTCError &x) // includes all XML exceptions
H A DApplianceImplImport.cpp1180 catch (RTCError &x) // includes all XML exceptions
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp338 class ConfigError : public RTCError
345 : RTCError(Utf8StrFmt("%s failed: rc=%Rrc, pcszName=%s", pcszFunction, vrc, pcszName)),
356 * Helper that calls CFGMR3InsertString and throws an RTCError if that
374 * Helper that calls CFGMR3InsertString and throws an RTCError if that
393 * Helper that calls CFGMR3InsertString and throws an RTCError if that
408 * Helper that calls CFGMR3InsertBytes and throws an RTCError if that fails.
429 * Helper that calls CFGMR3InsertInteger and throws an RTCError if that
448 * Helper that calls CFGMR3InsertNode and throws an RTCError if that fails.
464 * Helper that calls CFGMR3RemoveValue and throws an RTCError if that fails.

Completed in 1656 milliseconds