Lines Matching full:exception
48 /*--------------------------------- Exception --------------------------------*/
52 class Exception
56 * \brief Exception constructor allowing arbitrary string
61 Exception(const char *fmt, ...);
64 * \brief Augment/Modify a Exception's string data.
69 * \brief Emit exception data to syslog(3).
74 Exception();
77 * \brief Convert exception string format and arguments provided
86 Exception::GetString() in GetString()
93 * Exception thrown when an event string is not converted to an actionable
96 class ParseException : public Exception
114 * \param type The type of this exception.
116 * the exception.
118 * exception occurred.
126 * \return The classification for this exception.
133 * \return The offset into the event string where this exception
139 /** The type of this exception. */
142 /** The parsing buffer that was active at the time of the exception. */
147 * exception was triggered.