Searched defs:LogicError (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/cpp/
H A Dxml.h70 class RT_DECL_CLASS LogicError : public RTCError class in namespace:xml
74 LogicError(const char *aMsg = NULL) function in class:xml::LogicError
78 LogicError(RT_SRC_POS_DECL);
101 class RT_DECL_CLASS ENotImplemented : public LogicError
104 ENotImplemented(const char *aMsg = NULL) : LogicError(aMsg) {}
105 ENotImplemented(RT_SRC_POS_DECL) : LogicError(RT_SRC_POS_ARGS) {}
108 class RT_DECL_CLASS EInvalidArg : public LogicError
111 EInvalidArg(const char *aMsg = NULL) : LogicError(aMsg) {}
112 EInvalidArg(RT_SRC_POS_DECL) : LogicError(RT_SRC_POS_ARGS) {}
115 class RT_DECL_CLASS EDocumentNotEmpty : public LogicError
[all...]
/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp109 LogicError::LogicError(RT_SRC_POS_DECL) function in class:xml::LogicError
1897 catch (...) { pContext->setError(xml::LogicError(RT_SRC_POS)); }
1949 throw xml::LogicError(RT_SRC_POS);
1960 throw xml::LogicError(RT_SRC_POS);
1974 throw xml::LogicError(RT_SRC_POS);
2023 catch (...) { pContext->setError(xml::LogicError(RT_SRC_POS)); }

Completed in 37 milliseconds