Go to the source code of this file.
◆ ThrowBinaryException
#define ThrowBinaryException |
( |
|
severity, |
|
|
|
tag, |
|
|
|
context |
|
) |
| |
Value:{ \
tag == (const char *) NULL ? "unknown" : tag,"`%s'",context); \
}
MagickExport MagickBooleanType ThrowMagickException(ExceptionInfo *exception, const char *module, const char *function, const size_t line, const ExceptionType severity, const char *tag, const char *format,...)
Definition: exception.c:1145
#define GetMagickModule()
Definition: log.h:28
Definition: magick-type.h:171
◆ ThrowFatalException
#define ThrowFatalException |
( |
|
severity, |
|
|
|
tag |
|
) |
| |
Value:{ \
char \
*fatal_message; \
\
ExceptionInfo \
*fatal_exception; \
\
tag == (const char *) NULL ? "unknown" : tag,"`%s'",fatal_message); \
CatchException(fatal_exception); \
MagickCoreTerminus(); \
}
Definition: exception.h:76
MagickExport ExceptionInfo * AcquireExceptionInfo(void)
Definition: exception.c:115
MagickExport char * GetExceptionMessage(const int error)
Definition: exception.c:525
MagickExport MagickBooleanType ThrowMagickException(ExceptionInfo *exception, const char *module, const char *function, const size_t line, const ExceptionType severity, const char *tag, const char *format,...)
Definition: exception.c:1145
#define GetMagickModule()
Definition: log.h:28
MagickExport char * DestroyString(char *string)
Definition: string.c:813
MagickExport ExceptionInfo * DestroyExceptionInfo(ExceptionInfo *exception)
Definition: exception.c:418
◆ ThrowFileException
#define ThrowFileException |
( |
|
exception, |
|
|
|
severity, |
|
|
|
tag, |
|
|
|
context |
|
) |
| |
Value:{ \
char \
*file_message; \
\
tag == (const char *) NULL ? "unknown" : tag,"'%s': %s",context, \
file_message); \
}
MagickExport char * GetExceptionMessage(const int error)
Definition: exception.c:525
MagickExport MagickBooleanType ThrowMagickException(ExceptionInfo *exception, const char *module, const char *function, const size_t line, const ExceptionType severity, const char *tag, const char *format,...)
Definition: exception.c:1145
#define GetMagickModule()
Definition: log.h:28
MagickExport char * DestroyString(char *string)
Definition: string.c:813
◆ ThrowImageException
#define ThrowImageException |
( |
|
severity, |
|
|
|
tag |
|
) |
| |
Value:{ \
tag == (const char *) NULL ? "unknown" : tag,"`%s'",image->filename); \
return((
Image *) NULL); \
}
MagickExport MagickBooleanType ThrowMagickException(ExceptionInfo *exception, const char *module, const char *function, const size_t line, const ExceptionType severity, const char *tag, const char *format,...)
Definition: exception.c:1145
#define GetMagickModule()
Definition: log.h:28
◆ ThrowReaderException
#define ThrowReaderException |
( |
|
severity, |
|
|
|
tag |
|
) |
| |
Value:{ \
tag == (const char *) NULL ? "unknown" : tag,"`%s'",image_info->filename); \
if ((image) != (
Image *) NULL) \
{ \
} \
return((
Image *) NULL); \
}
MagickExport MagickBooleanType CloseBlob(Image *)
MagickExport MagickBooleanType ThrowMagickException(ExceptionInfo *exception, const char *module, const char *function, const size_t line, const ExceptionType severity, const char *tag, const char *format,...)
Definition: exception.c:1145
MagickExport Image * DestroyImageList(Image *images)
Definition: list.c:475
#define GetMagickModule()
Definition: log.h:28
◆ ThrowWriterException
#define ThrowWriterException |
( |
|
severity, |
|
|
|
tag |
|
) |
| |
Value:{ \
tag == (const char *) NULL ? "unknown" : tag,"`%s'",image->filename); \
while (image->previous != (
Image *) NULL) \
image=image->previous; \
}
MagickExport MagickBooleanType CloseBlob(Image *)
MagickExport MagickBooleanType ThrowMagickException(ExceptionInfo *exception, const char *module, const char *function, const size_t line, const ExceptionType severity, const char *tag, const char *format,...)
Definition: exception.c:1145
#define GetMagickModule()
Definition: log.h:28
Definition: magick-type.h:171
◆ ExceptionComponentGenesis()
◆ ExceptionComponentTerminus()
◆ InitializeExceptionInfo()