Searched refs:FatalException (Results 1 – 2 of 2) sorted by relevance
193 class FatalException : public std::exception {195 FatalException(const char* filename, int line, const std::string& message) in FatalException() function197 virtual ~FatalException() throw();
260 throw FatalException(filename_, line_, message_); in Finish()368 FatalException::~FatalException() throw() {} in ~FatalException()370 const char* FatalException::what() const throw() { in what()