Lines Matching refs:exception
90 ClearMagickException(wand->exception);
134 clone_wand->exception=AcquireExceptionInfo();
135 InheritException(clone_wand->exception,wand->exception);
137 clone_wand->images=CloneImageList(wand->images,clone_wand->exception);
179 if (wand->exception != (ExceptionInfo *) NULL )
180 wand->exception=DestroyExceptionInfo(wand->exception);
250 ClearMagickException(wand->exception);
291 *severity=wand->exception->severity;
296 (void) ThrowMagickException(wand->exception,GetMagickModule(),WandError,
301 if (wand->exception->reason != (char *) NULL)
303 wand->exception->severity,wand->exception->reason),MagickPathExtent);
304 if (wand->exception->description != (char *) NULL)
308 wand->exception->severity,wand->exception->description),MagickPathExtent);
326 % MagickGetExceptionType() returns the exception type associated with the
327 % wand. If no exception has occurred, UndefinedExceptionType is returned.
344 return(wand->exception->severity);
379 (void) ThrowMagickException(wand->exception,GetMagickModule(),WandError,
419 *exception;
424 exception=AcquireExceptionInfo();
425 configure_info=GetConfigureInfoList(option,&number_options,exception);
426 exception=DestroyExceptionInfo(exception);
471 *exception;
473 exception=AcquireExceptionInfo();
474 options=GetConfigureList(pattern,number_options,exception);
475 exception=DestroyExceptionInfo(exception);
546 (void) ThrowMagickException(wand->exception,GetMagickModule(),WandError,
561 status=GetTypeMetrics(wand->images,draw_info,&metrics,wand->exception);
654 (void) ThrowMagickException(wand->exception,GetMagickModule(),WandError,
670 wand->exception);
727 *exception;
729 exception=AcquireExceptionInfo();
730 fonts=GetTypeList(pattern,number_fonts,exception);
731 exception=DestroyExceptionInfo(exception);
769 *exception;
771 exception=AcquireExceptionInfo();
772 formats=GetMagickList(pattern,number_formats,exception);
773 exception=DestroyExceptionInfo(exception);
915 % the function will return MagickFalse, but no 'exception' will be raised,
952 return(MagickFalse); /* this is not an exception! Just range error. */
1063 % A fatal exception is thrown if there is not enough memory to allocate the
1097 wand->exception=AcquireExceptionInfo();
1134 wand->images=CloneImage(image,0,0,MagickTrue,wand->exception);