Home | History | Annotate | Download | only in MagickWand

Lines Matching refs:exception

49 #include "MagickCore/exception.h"
64 % Wand). The given image_info and exception is included as is if provided.
72 % ExceptionInfo *exception)
76 ExceptionInfo *exception)
107 if ( exception == (ExceptionInfo *) NULL)
108 cli_wand->wand.exception=AcquireExceptionInfo();
110 cli_wand->wand.exception=exception;
122 /* default exception location...
155 % Exception *exception)
194 if (cli_wand->wand.exception != (ExceptionInfo *) NULL )
195 cli_wand->wand.exception=DestroyExceptionInfo(cli_wand->wand.exception);
231 % o cli_wand: The Wand CLI that holds the exception Information
251 status=cli_wand->wand.exception->severity > ErrorException ? MagickTrue :
255 CatchException(cli_wand->wand.exception); /* output and clear exceptions */
319 % it the location of the option that caused the exception to occur.
350 status=ThrowMagickExceptionList(cli_wand->wand.exception,module,function,