Searched refs:FatalException (Results 1 – 2 of 2) sorted by relevance
199 class FatalException : public std::exception {201 FatalException(const char* filename, int line, const std::string& message) in FatalException() function203 virtual ~FatalException() throw();
263 throw FatalException(filename_, line_, message_); in Finish()455 FatalException::~FatalException() throw() {} in ~FatalException()457 const char* FatalException::what() const throw() { in what()