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

/vbox/include/iprt/cpp/
H A Dxml.h132 class RT_DECL_CLASS EIPRTFailure : public RuntimeError class in namespace:xml
136 EIPRTFailure(int aRC, const char *pcszContext, ...);
252 * not exist. Otherwise, an EIPRTFailure excetion will be thrown.
/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp148 EIPRTFailure::EIPRTFailure(int aRC, const char *pcszContext, ...) function in class:xml::EIPRTFailure
212 throw EIPRTFailure(vrc, "Runtime error opening '%s' for %s", aFileName, pcszMode);
260 throw EIPRTFailure(vrc, "Runtime error seeking in file '%s'", m->strFileName.c_str());
282 throw EIPRTFailure(vrc, "Runtime error seeking in file '%s'", m->strFileName.c_str());
292 throw EIPRTFailure(vrc, "Runtime error reading from file '%s'", m->strFileName.c_str());
302 throw EIPRTFailure(vrc, "Runtime error writing to file '%s'", m->strFileName.c_str());
311 throw EIPRTFailure(vrc, "Runtime error truncating file '%s'", m->strFileName.c_str());
1894 catch (const xml::EIPRTFailure &err) { pContext->setError(err); }
1980 throw EIPRTFailure(r
[all...]

Completed in 37 milliseconds