Searched refs:ParseException (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/lib/libdevdctl/ |
| HD | exception.h | 98 class ParseException : public Exception 122 ParseException(Type type, const std::string &parsedBuffer, 155 inline ParseException::Type 156 ParseException::GetType() const in GetType() 162 ParseException::GetOffset() const in GetOffset()
|
| HD | event.cc | 109 } catch (const ParseException &exp) { in CreateEvent() 110 if (exp.GetType() == ParseException::INVALID_FORMAT) in CreateEvent() 361 throw ParseException(ParseException::INVALID_FORMAT, in ParseEventString() 368 throw ParseException(ParseException::INVALID_FORMAT, in ParseEventString() 377 throw ParseException(ParseException::DISCARDED_EVENT_TYPE, in ParseEventString() 380 throw ParseException(ParseException::UNKNOWN_EVENT_TYPE, in ParseEventString() 400 throw ParseException(ParseException::INVALID_FORMAT, in ParseEventString() 411 throw ParseException(ParseException::INVALID_FORMAT, in ParseEventString()
|
| HD | exception.cc | 88 ParseException::ParseException(Type type, const std::string &parsedBuffer, in ParseException() function in DevdCtl::ParseException
|
| /freebsd-11-stable/cddl/usr.sbin/zfsd/ |
| HD | case_file.cc | 89 using DevdCtl::ParseException; 769 } catch (const ParseException &exp) { in DeSerializeFile()
|