Lines Matching full:severity
91 <p>CatchException() returns if no exceptions is found otherwise it reports the exception as a warning, error, or fatal depending on the severity.</p>
179 <p>GetLocaleExceptionMessage() converts a enumerated exception severity and tag to a message in the current locale.</p>
184 const char *GetLocaleExceptionMessage(const ExceptionType severity,
195 <dt>severity</dt>
196 <dd>the severity of the exception. </dd>
333 <dd>the warning severity. </dd>
413 <p>ThrowException() throws an exception with the specified severity code, reason, and optional description.</p>
419 const ExceptionType severity,const char *reason,
434 <dt>severity</dt>
435 <dd>the severity of the exception. </dd>