MagickCore 6.9.12
|
Go to the source code of this file.
Macros | |
#define | ThrowBinaryException(severity, tag, context) |
#define | ThrowBinaryImageException(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) |
#define ThrowBinaryException | ( | severity, | |
tag, | |||
context | |||
) |
Definition at line 29 of file exception-private.h.
#define ThrowBinaryImageException | ( | severity, | |
tag, | |||
context | |||
) |
Definition at line 35 of file exception-private.h.
#define ThrowFatalException | ( | severity, | |
tag | |||
) |
Definition at line 42 of file exception-private.h.
#define ThrowFileException | ( | exception, | |
severity, | |||
tag, | |||
context | |||
) |
Definition at line 60 of file exception-private.h.
#define ThrowImageException | ( | severity, | |
tag | |||
) |
Definition at line 70 of file exception-private.h.
#define ThrowReaderException | ( | severity, | |
tag | |||
) |
Definition at line 76 of file exception-private.h.
#define ThrowWriterException | ( | severity, | |
tag | |||
) |
Definition at line 87 of file exception-private.h.
MagickPrivate MagickBooleanType ClearExceptionInfo | ( | ExceptionInfo * | , |
MagickBooleanType | |||
) |
Referenced by DestroyImage().
MagickPrivate MagickBooleanType ExceptionComponentGenesis | ( | void | ) |
Definition at line 473 of file exception.c.
References AllocateSemaphoreInfo(), exception_semaphore, and MagickTrue.
Referenced by MagickCoreGenesis().
MagickPrivate void ExceptionComponentTerminus | ( | void | ) |
Referenced by MagickCoreTerminus().
MagickPrivate void InitializeExceptionInfo | ( | ExceptionInfo * | exception | ) |
Definition at line 740 of file exception.c.
References AllocateSemaphoreInfo(), _ExceptionInfo::exceptions, MagickCoreSignature, NewLinkedList(), _ExceptionInfo::semaphore, _ExceptionInfo::severity, _ExceptionInfo::signature, and UndefinedException.
Referenced by AcquireExceptionInfo(), AcquireImage(), CloneExceptionInfo(), and CloneImage().