Searched defs:FormatError (Results 1 – 5 of 5) sorted by relevance
456 class GrammarFile::FormatError < StandardError class
596 explicit FormatError(CStringRef message) in FormatError() function598 FormatError(const FormatError &ferr) : std::runtime_error(ferr) {} in FormatError() function
334 class Grammar::FormatError < StandardError class
241 static TCHAR *FormatError(DWORD code) in FormatError() function
2239 class FormatError(Error): class