MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
|
Go to the source code of this file.
Macros | |
#define | ThrowBinaryException(severity, tag, context) |
#define | ThrowFatalException(severity, tag) |
#define | ThrowFileException(exception, severity, tag, context) |
#define | ThrowImageException(severity, tag) |
#define | ThrowReaderException(severity, tag) |
#define | ThrowWriterException(severity, tag) |
Functions | |
MagickPrivate void | ExceptionComponentTerminus (void) |
MagickPrivate void | InitializeExceptionInfo (ExceptionInfo *) |
MagickPrivate MagickBooleanType | ExceptionComponentGenesis (void) |
#define ThrowBinaryException | ( | severity, | |
tag, | |||
context | |||
) |
Definition at line 29 of file exception-private.h.
#define ThrowFatalException | ( | severity, | |
tag | |||
) |
Definition at line 35 of file exception-private.h.
#define ThrowFileException | ( | exception, | |
severity, | |||
tag, | |||
context | |||
) |
Definition at line 53 of file exception-private.h.
#define ThrowImageException | ( | severity, | |
tag | |||
) |
Definition at line 63 of file exception-private.h.
#define ThrowReaderException | ( | severity, | |
tag | |||
) |
Definition at line 69 of file exception-private.h.
#define ThrowWriterException | ( | severity, | |
tag | |||
) |
Definition at line 80 of file exception-private.h.
MagickPrivate MagickBooleanType ExceptionComponentGenesis | ( | void | ) |
Definition at line 468 of file exception.c.
References AcquireSemaphoreInfo(), exception_semaphore, and MagickTrue.
Referenced by MagickCoreGenesis().
MagickPrivate void ExceptionComponentTerminus | ( | void | ) |
Referenced by MagickCoreTerminus().
MagickPrivate void InitializeExceptionInfo | ( | ExceptionInfo * | exception | ) |
Definition at line 735 of file exception.c.
References AcquireSemaphoreInfo(), _ExceptionInfo::exceptions, MagickCoreSignature, NewLinkedList(), _ExceptionInfo::semaphore, _ExceptionInfo::severity, _ExceptionInfo::signature, and UndefinedException.
Referenced by AcquireExceptionInfo(), and CloneExceptionInfo().