Lines Matching refs:exception
59 #include "MagickCore/exception-private.h"
166 do { /* use break to loop to exception handler and loop */
401 do { /* use break to loop to exception handler and loop */
504 /* check that stacks are empty - or cause exception */
556 % char **argv,char **metadata,ExceptionInfo *exception)
570 % o exception: return any errors or warnings in this structure.
644 ExceptionInfo *exception )
660 ThrowFileException(exception,ResourceLimitError,"MemoryAllocationFailed",
665 ThrowFileException(exception,FileOpenError,"UnableToOpenFile",
675 ThrowFileException(exception,FileOpenError,"UnableToOpenFile",argv[i]);
689 char **argv,char **metadata,ExceptionInfo *exception)
703 cli_wand=AcquireMagickCLI(image_info,exception);
773 ConcatenateImages(argc,argv,exception);
818 assert(cli_wand->wand.exception == exception);
831 exception);
833 ThrowMagickException(exception,GetMagickModule(),ResourceLimitError,
850 cli_wand->wand.exception = (ExceptionInfo *) NULL;
853 return(exception->severity < ErrorException ? MagickTrue : MagickFalse);