Lines Matching refs:severity
29 #define ThrowBinaryException(severity,tag,context) \ argument
31 (void) ThrowMagickException(exception,GetMagickModule(),severity, \
35 #define ThrowFatalException(severity,tag) \ argument
45 (void) ThrowMagickException(fatal_exception,GetMagickModule(),severity, \
51 _exit((int) (severity-FatalErrorException)+1); \
53 #define ThrowFileException(exception,severity,tag,context) \ argument
59 (void) ThrowMagickException(exception,GetMagickModule(),severity, \
64 #define ThrowImageException(severity,tag) \ argument
66 (void) ThrowMagickException(exception,GetMagickModule(),severity, \
70 #define ThrowReaderException(severity,tag) \ argument
72 (void) ThrowMagickException(exception,GetMagickModule(),severity, \
81 #define ThrowWriterException(severity,tag) \ argument
83 (void) ThrowMagickException(exception,GetMagickModule(),severity, \