Searched refs:TestProcessException (Results 1 – 5 of 5) sorted by relevance
33 class TestProcessException : public std::runtime_error class36 TestProcessException (const std::string& message) : std::runtime_error(message) {} in TestProcessException() function in xs::TestProcessException
199 throw TestProcessException(string("Failed to remove '") + m_logFileName + "'"); in start()223 throw TestProcessException(e.what()); in start()244 throw TestProcessException("Failed to write case list"); in start()
71 catch (const TestProcessException& e) in startProcess()
667 throw TestProcessException(string("Failed to remove '") + m_logFileName + "'"); in start()691 throw TestProcessException(e.what()); in start()
165 throw xs::TestProcessException(std::string("Failed to remove '") + LOG_FILE_NAME + "'"); in start()183 throw xs::TestProcessException("Failed to launch activity"); in start()