Lines Matching refs:exception
45 #include "MagickCore/exception.h"
46 #include "MagickCore/exception-private.h"
99 % const char *option,ExceptionInfo *exception)
107 % o exception: the exception.
111 const char *option,ExceptionInfo *exception)
129 return(SetImageRegistry(type,key,value,exception));
181 % ExceptionInfo *exception)
189 % o exception: the exception.
193 ExceptionInfo *exception)
208 (void) ThrowMagickException(exception,GetMagickModule(),RegistryError,
218 value=(void *) CloneImageList((Image *) registry_info->value,exception);
425 % const char *key,const void *value,ExceptionInfo *exception)
435 % o exception: the exception.
468 const char *key,const void *value,ExceptionInfo *exception)
504 (void) ThrowMagickException(exception,GetMagickModule(),RegistryError,
508 clone_value=(void *) CloneImageList(image,exception);
519 (void) ThrowMagickException(exception,GetMagickModule(),RegistryError,