Lines Matching refs:exception
65 wand->exception,GetMagickModule(),severity,tag,"`%s'",reason);
106 *exception;
463 wand->image=AcquireImage((const ImageInfo *) NULL,wand->exception);
464 ClearMagickException(wand->exception);
512 clone_wand->exception=AcquireExceptionInfo();
513 InheritException(clone_wand->exception,wand->exception);
537 clone_wand->exception);
588 wand->exception=DestroyExceptionInfo(wand->exception);
890 ClearMagickException(wand->exception);
920 if (wand->exception == (ExceptionInfo*) NULL)
922 return CloneExceptionInfo(wand->exception);
1053 clone_image=CloneImage(image,0,0,MagickTrue,wand->exception);
1060 wand->exception);
1385 *severity=wand->exception->severity;
1392 if (wand->exception->reason != (char *) NULL)
1394 wand->exception->severity,wand->exception->reason),
1396 if (wand->exception->description != (char *) NULL)
1400 wand->exception->severity,wand->exception->description),
1419 % DrawGetExceptionType() the exception type associated with the wand. If
1420 % no exception has occurred, UndefinedExceptionType is returned.
1437 return(wand->exception->severity);
4381 status=DrawImage(wand->image,CurrentContext,wand->exception);
6365 xml_info=NewXMLTree(xml,wand->exception);
6396 wand->exception);
6472 wand->exception);
6607 &CurrentContext->undercolor,wand->exception);
6873 wand->exception=AcquireExceptionInfo();
6874 wand->image=AcquireImage((const ImageInfo *) NULL,wand->exception);
6967 wand->exception);