Home
last modified time | relevance | path

Searched refs:ParseException (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/lib/libdevdctl/
HDexception.h98 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()
HDevent.cc109 } 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()
HDexception.cc88 ParseException::ParseException(Type type, const std::string &parsedBuffer, in ParseException() function in DevdCtl::ParseException
/freebsd-11-stable/cddl/usr.sbin/zfsd/
HDcase_file.cc89 using DevdCtl::ParseException;
769 } catch (const ParseException &exp) { in DeSerializeFile()