#include <stdarg.h>
#include "magick/semaphore.h"
Go to the source code of this file.
typedef void(* ErrorHandler)(const ExceptionType, const char *, const char *) |
typedef void(* FatalErrorHandler)(const ExceptionType, const char *, const char *) |
typedef void(* WarningHandler)(const ExceptionType, const char *, const char *) |
enum ExceptionType |
MagickExport ExceptionInfo* AcquireExceptionInfo | ( | void | ) |
MagickExport MagickBooleanType MagickExport void CatchException | ( | ExceptionInfo * | ) |
MagickExport MagickBooleanType MagickExport void ClearMagickException | ( | ExceptionInfo * | ) |
MagickExport ExceptionInfo* * DestroyExceptionInfo | ( | ExceptionInfo * | ) |
MagickExport MagickBooleanType MagickExport void GetExceptionInfo | ( | ExceptionInfo * | ) |
MagickExport char* GetExceptionMessage | ( | const | int | ) |
MagickExport const char* GetLocaleExceptionMessage | ( | const | ExceptionType, | |
const char * | ||||
) |
MagickExport MagickBooleanType MagickExport void InheritException | ( | ExceptionInfo * | , | |
const ExceptionInfo * | ||||
) |
MagickExport MagickBooleanType MagickExport void MagickError | ( | const | ExceptionType, | |
const char * | , | |||
const char * | ||||
) |
MagickExport MagickBooleanType MagickExport void MagickFatalError | ( | const | ExceptionType, | |
const char * | , | |||
const char * | ||||
) |
MagickExport MagickBooleanType MagickExport void MagickWarning | ( | const | ExceptionType, | |
const char * | , | |||
const char * | ||||
) |
MagickExport ErrorHandler SetErrorHandler | ( | ErrorHandler | ) |
MagickExport FatalErrorHandler SetFatalErrorHandler | ( | FatalErrorHandler | ) |
MagickExport WarningHandler SetWarningHandler | ( | WarningHandler | ) |
MagickExport MagickBooleanType ThrowException | ( | ExceptionInfo * | , | |
const | ExceptionType, | |||
const char * | , | |||
const char * | ||||
) |
MagickExport MagickBooleanType ThrowMagickException | ( | ExceptionInfo * | , | |
const char * | , | |||
const char * | , | |||
const unsigned long | , | |||
const | ExceptionType, | |||
const char * | , | |||
const char * | , | |||
... | ||||
) |
MagickExport MagickBooleanType ThrowMagickExceptionList | ( | ExceptionInfo * | , | |
const char * | , | |||
const char * | , | |||
const unsigned long | , | |||
const | ExceptionType, | |||
const char * | , | |||
const char * | , | |||
va_list | ||||
) |