Home | History | Annotate | Download | only in api

Lines Matching full:severity

95 <p>CatchException() returns if no exceptions is found otherwise it reports the exception as a warning, error, or fatal depending on the severity.</p>
183 <p>GetLocaleExceptionMessage() converts a enumerated exception severity and tag to a message in the current locale.</p>
188 const char *GetLocaleExceptionMessage(const ExceptionType severity,
199 <dt>severity</dt>
200 <dd>the severity of the exception. </dd>
337 <dd>the warning severity. </dd>
417 <p>ThrowException() throws an exception with the specified severity code, reason, and optional description.</p>
423 const ExceptionType severity,const char *reason,
438 <dt>severity</dt>
439 <dd>the severity of the exception. </dd>