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

/vbox/src/VBox/Main/src-all/
H A DQMTranslatorImpl.cpp36 class QMException : public std::exception class in inherits:std::exception
40 QMException(const char *str) : m_str(str) {} function in class:QMException
94 if (size & 1) throw QMException("Incorrect string size");
125 if (memcmp(&(*m_iter), Magic, MagicLength)) throw QMException("Wrong magic number");
141 if (m_end - m_iter < size) throw QMException("Incorrect item size");
248 throw QMException("Unkown section");

Completed in 32 milliseconds