Searched defs:FormatError (Results 1 – 4 of 4) sorted by relevance
596 explicit FormatError(CStringRef message) in FormatError() function598 FormatError(const FormatError &ferr) : std::runtime_error(ferr) {} in FormatError() function
456 class GrammarFile::FormatError < StandardError class
334 class Grammar::FormatError < StandardError class
305 class FormatError(Error): class