Searched refs:TestProcessException (Results 1 – 5 of 5) sorted by relevance
194 throw TestProcessException(string("Failed to remove '") + m_logFileName + "'"); in start()218 throw TestProcessException(e.what()); in start()239 throw TestProcessException("Failed to write case list"); in start()
33 class TestProcessException : public std::runtime_error class36 TestProcessException(const std::string &message) : std::runtime_error(message) in TestProcessException() function in xs::TestProcessException
661 throw TestProcessException(string("Failed to remove '") + m_logFileName + "'"); in start()686 throw TestProcessException(e.what()); in start()
71 catch (const TestProcessException &e) in startProcess()
170 throw xs::TestProcessException(std::string("Failed to remove '") + LOG_FILE_NAME + "'"); in start()188 throw xs::TestProcessException("Failed to launch activity"); in start()