Lines Matching full:severity
29 #define ThrowBinaryException(severity,tag,context) \
32 (void) ThrowMagickException(exception,GetMagickModule(),severity, \
36 #define ThrowFatalException(severity,tag) \
46 (void) ThrowMagickException(fatal_exception,GetMagickModule(),severity, \
52 _exit((int) (severity-FatalErrorException)+1); \
54 #define ThrowFileException(exception,severity,tag,context) \
60 (void) ThrowMagickException(exception,GetMagickModule(),severity, \
65 #define ThrowImageException(severity,tag) \
67 (void) ThrowMagickException(exception,GetMagickModule(),severity, \
71 #define ThrowReaderException(severity,tag) \
73 (void) ThrowMagickException(exception,GetMagickModule(),severity, \
82 #define ThrowWriterException(severity,tag) \
84 (void) ThrowMagickException(exception,GetMagickModule(),severity, \