Home | History | Annotate | Download | only in api

Lines Matching refs:exception

55 <p class="text-center"><a href="exception.php#AcquireExceptionInfo">AcquireExceptionInfo</a> &bull; <a href="exception.php#ClearMagickException">ClearMagickException</a> &bull; <a href="exception.php#CatchException">CatchException</a> &bull; <a href="exception.php#CloneExceptionInfo">CloneExceptionInfo</a> &bull; <a href="exception.php#DestroyExceptionInfo">DestroyExceptionInfo</a> &bull; <a href="exception.php#GetExceptionMessage">GetExceptionMessage</a> &bull; <a href="exception.php#GetLocaleExceptionMessage">GetLocaleExceptionMessage</a> &bull; <a href="exception.php#InheritException">InheritException</a> &bull; <a href="exception.php#InitializeExceptionInfo">InitializeExceptionInfo</a> &bull; <a href="exception.php#MagickError">MagickError</a> &bull; <a href="exception.php#MagickFatalError">MagickFatalError</a> &bull; <a href="exception.php#MagickWarning">MagickWarning</a> &bull; <a href="exception.php#SetErrorHandler">SetErrorHandler</a> &bull; <a href="exception.php#SetFatalErrorHandler">SetFatalErrorHandler</a> &bull; <a href="exception.php#SetWarningHandler">SetWarningHandler</a> &bull; <a href="exception.php#ThrowException">ThrowException</a></p>
69 <p>ClearMagickException() clears any exception that may not have been caught yet.</p>
74 ClearMagickException(ExceptionInfo *exception)
84 <dt>exception</dt>
85 <dd>the exception info. </dd>
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>
96 CatchException(ExceptionInfo *exception)
106 <dt>exception</dt>
107 <dd>the exception info. </dd>
118 ExceptionInfo *CloneException(ExceptionInfo *exception)
128 <dt>exception</dt>
129 <dd>the exception info. </dd>
135 <p>DestroyExceptionInfo() deallocates memory associated with an exception.</p>
140 ExceptionInfo *DestroyExceptionInfo(ExceptionInfo *exception)
150 <dt>exception</dt>
151 <dd>the exception info. </dd>
179 <p>GetLocaleExceptionMessage() converts a enumerated exception severity and tag to a message in the current locale.</p>
196 <dd>the severity of the exception. </dd>
206 <p>InheritException() inherits an exception from a related exception.</p>
211 InheritException(ExceptionInfo *exception,const ExceptionInfo *relative)
221 <dt>exception</dt>
222 <dd>the exception info. </dd>
226 <dd>the related exception info. </dd>
232 <p>InitializeExceptionInfo() initializes an exception to default values.</p>
237 InitializeExceptionInfo(ExceptionInfo *exception)
247 <dt>exception</dt>
248 <dd>the exception info. </dd>
254 <p>MagickError() calls the exception handler methods with an error reason.</p>
270 <dt>exception</dt>
285 <p>MagickFatalError() calls the fatal exception handler methods with an error reason.</p>
301 <dt>exception</dt>
347 <p>SetErrorHandler() sets the exception handler to the specified method and returns the previous exception handler.</p>
369 <p>SetFatalErrorHandler() sets the fatal exception handler to the specified method and returns the previous fatal exception handler.</p>
413 <p>ThrowException() throws an exception with the specified severity code, reason, and optional description.</p>
418 MagickBooleanType ThrowException(ExceptionInfo *exception,
430 <dt>exception</dt>
431 <dd>the exception info. </dd>
435 <dd>the severity of the exception. </dd>
439 <dd>the reason for the exception. </dd>
443 <dd>the exception description. </dd>
454 <p><a href="exception.php#">Back to top</a> ?