Home
last modified time | relevance | path

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

/freebsd/lib/libdevdctl/
H A Dexception.h96 class ParseException : public Exception
120 ParseException(Type type, const std::string &parsedBuffer,
153 inline ParseException::Type
154 ParseException::GetType() const in GetType()
160 ParseException::GetOffset() const in GetOffset()
H A Devent.cc106 } catch (const ParseException &exp) { in CreateEvent()
107 if (exp.GetType() == ParseException::INVALID_FORMAT) in CreateEvent()
363 throw ParseException(ParseException::INVALID_FORMAT, in ParseEventString()
370 throw ParseException(ParseException::INVALID_FORMAT, in ParseEventString()
379 throw ParseException(ParseException::DISCARDED_EVENT_TYPE, in ParseEventString()
382 throw ParseException(ParseException::UNKNOWN_EVENT_TYPE, in ParseEventString()
402 throw ParseException(ParseException::INVALID_FORMAT, in ParseEventString()
413 throw ParseException(ParseException::INVALID_FORMAT, in ParseEventString()
H A Dexception.cc85 ParseException::ParseException(Type type, const std::string &parsedBuffer, in ParseException() function in DevdCtl::ParseException
/freebsd/cddl/usr.sbin/zfsd/
H A Dcase_file.cc88 using DevdCtl::ParseException;
836 } catch (const ParseException &exp) { in DeSerializeFile()