Lines Matching refs:exception
47 #include "MagickCore/exception.h"
48 #include "MagickCore/exception-private.h"
116 % Image *ReadPWPImage(const ImageInfo *image_info,ExceptionInfo *exception)
122 % o exception: return any errors or warnings in this structure.
125 static Image *ReadPWPImage(const ImageInfo *image_info,ExceptionInfo *exception)
169 assert(exception != (ExceptionInfo *) NULL);
170 assert(exception->signature == MagickCoreSignature);
171 pwp_image=AcquireImage(image_info,exception);
173 status=OpenBlob(image_info,pwp_image,ReadBinaryBlobMode,exception);
210 ThrowFileException(exception,FileOpenError,"UnableToWriteFile",
224 next_image=ReadImage(read_info,exception);
261 (void) ThrowMagickException(exception,GetMagickModule(),CorruptImageError,