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

/freebsd-11-stable/lib/libdevdctl/
H A Dexception.h93 /*------------------------------ ParseException ------------------------------*/
98 class ParseException : public Exception class in namespace:DevdCtl
122 ParseException(Type type, const std::string &parsedBuffer,
154 //- ParseException Inline Const Public Methods ---------------------------------
155 inline ParseException::Type
156 ParseException::GetType() const
162 ParseException::GetOffset() const
H A Dexception.cc86 /*------------------------------ ParseException ------------------------------*/
87 //- ParseException Inline Public Methods ---------------------------------------
88 ParseException::ParseException(Type type, const std::string &parsedBuffer, function in class:DevdCtl::ParseException
H A Devent.cc109 } catch (const ParseException &exp) {
110 if (exp.GetType() == ParseException::INVALID_FORMAT)
361 throw ParseException(ParseException::INVALID_FORMAT,
368 throw ParseException(ParseException::INVALID_FORMAT,
377 throw ParseException(ParseException::DISCARDED_EVENT_TYPE,
380 throw ParseException(ParseException
[all...]
/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A Dcase_file.cc89 using DevdCtl::ParseException;
769 } catch (const ParseException &exp) {

Completed in 116 milliseconds