Lines Matching refs:exception
75 *exception;
119 ClearMagickException(wand->exception);
164 clone_wand->exception=AcquireExceptionInfo();
165 InheritException(clone_wand->exception,wand->exception);
249 wand->exception=DestroyExceptionInfo(wand->exception);
422 wand->exception
501 ClearMagickException(wand->exception);
916 *severity=wand->exception->severity;
923 if (wand->exception->reason != (char *) NULL)
925 wand->exception->severity,wand->exception->reason),MagickPathExtent);
926 if (wand->exception->description != (char *) NULL)
930 wand->exception->severity,wand->exception->description),
949 % PixelGetExceptionType() the exception type associated with the wand. If
950 % no exception has occurred, UndefinedExceptionType is returned.
967 return(wand->exception->severity);
1750 status=QueryColorCompliance(color,AllCompliance,&pixel,wand->exception);