Searched refs:ContainerParseError (Results 1 – 3 of 3) sorted by relevance
47 class ContainerParseError : public ParseError class50 ContainerParseError (const std::string& message) : ParseError(message) {} in ContainerParseError() function in xe::ContainerParseError
180 throw ContainerParseError("Unknown container element"); in parse()
62 throw ContainerParseError(what); in error()