Package magick
Interface ExceptionType
-
public interface ExceptionType
Corresponds to the ImageMagick ExceptionType enumeration. Must correspond to http://trac.imagemagick.org/browser/ImageMagick/branches/ImageMagick-6.6.9/magick/exception.h- Author:
- Eric Yeo
-
-
Field Summary
-
-
-
Field Detail
-
UndefinedException
static final int UndefinedException
- See Also:
- Constant Field Values
-
WarningException
static final int WarningException
- See Also:
- Constant Field Values
-
ResourceLimitWarning
static final int ResourceLimitWarning
- See Also:
- Constant Field Values
-
TypeWarning
static final int TypeWarning
- See Also:
- Constant Field Values
-
OptionWarning
static final int OptionWarning
- See Also:
- Constant Field Values
-
DelegateWarning
static final int DelegateWarning
- See Also:
- Constant Field Values
-
MissingDelegateWarning
static final int MissingDelegateWarning
- See Also:
- Constant Field Values
-
CorruptImageWarning
static final int CorruptImageWarning
- See Also:
- Constant Field Values
-
FileOpenWarning
static final int FileOpenWarning
- See Also:
- Constant Field Values
-
BlobWarning
static final int BlobWarning
- See Also:
- Constant Field Values
-
StreamWarning
static final int StreamWarning
- See Also:
- Constant Field Values
-
CacheWarning
static final int CacheWarning
- See Also:
- Constant Field Values
-
CoderWarning
static final int CoderWarning
- See Also:
- Constant Field Values
-
FilterWarning
static final int FilterWarning
- See Also:
- Constant Field Values
-
ModuleWarning
static final int ModuleWarning
- See Also:
- Constant Field Values
-
DrawWarning
static final int DrawWarning
- See Also:
- Constant Field Values
-
ImageWarning
static final int ImageWarning
- See Also:
- Constant Field Values
-
WandWarning
static final int WandWarning
- See Also:
- Constant Field Values
-
RandomWarning
static final int RandomWarning
- See Also:
- Constant Field Values
-
XServerWarning
static final int XServerWarning
- See Also:
- Constant Field Values
-
MonitorWarning
static final int MonitorWarning
- See Also:
- Constant Field Values
-
RegistryWarning
static final int RegistryWarning
- See Also:
- Constant Field Values
-
ConfigureWarning
static final int ConfigureWarning
- See Also:
- Constant Field Values
-
PolicyWarning
static final int PolicyWarning
- See Also:
- Constant Field Values
-
ErrorException
static final int ErrorException
- See Also:
- Constant Field Values
-
ResourceLimitError
static final int ResourceLimitError
- See Also:
- Constant Field Values
-
TypeError
static final int TypeError
- See Also:
- Constant Field Values
-
OptionError
static final int OptionError
- See Also:
- Constant Field Values
-
DelegateError
static final int DelegateError
- See Also:
- Constant Field Values
-
MissingDelegateError
static final int MissingDelegateError
- See Also:
- Constant Field Values
-
CorruptImageError
static final int CorruptImageError
- See Also:
- Constant Field Values
-
FileOpenError
static final int FileOpenError
- See Also:
- Constant Field Values
-
BlobError
static final int BlobError
- See Also:
- Constant Field Values
-
StreamError
static final int StreamError
- See Also:
- Constant Field Values
-
CacheError
static final int CacheError
- See Also:
- Constant Field Values
-
CoderError
static final int CoderError
- See Also:
- Constant Field Values
-
FilterError
static final int FilterError
- See Also:
- Constant Field Values
-
ModuleError
static final int ModuleError
- See Also:
- Constant Field Values
-
DrawError
static final int DrawError
- See Also:
- Constant Field Values
-
ImageError
static final int ImageError
- See Also:
- Constant Field Values
-
WandError
static final int WandError
- See Also:
- Constant Field Values
-
RandomError
static final int RandomError
- See Also:
- Constant Field Values
-
XServerError
static final int XServerError
- See Also:
- Constant Field Values
-
MonitorError
static final int MonitorError
- See Also:
- Constant Field Values
-
RegistryError
static final int RegistryError
- See Also:
- Constant Field Values
-
ConfigureError
static final int ConfigureError
- See Also:
- Constant Field Values
-
PolicyError
static final int PolicyError
- See Also:
- Constant Field Values
-
FatalErrorException
static final int FatalErrorException
- See Also:
- Constant Field Values
-
ResourceLimitFatalError
static final int ResourceLimitFatalError
- See Also:
- Constant Field Values
-
TypeFatalError
static final int TypeFatalError
- See Also:
- Constant Field Values
-
OptionFatalError
static final int OptionFatalError
- See Also:
- Constant Field Values
-
DelegateFatalError
static final int DelegateFatalError
- See Also:
- Constant Field Values
-
MissingDelegateFatalError
static final int MissingDelegateFatalError
- See Also:
- Constant Field Values
-
CorruptImageFatalError
static final int CorruptImageFatalError
- See Also:
- Constant Field Values
-
FileOpenFatalError
static final int FileOpenFatalError
- See Also:
- Constant Field Values
-
BlobFatalError
static final int BlobFatalError
- See Also:
- Constant Field Values
-
StreamFatalError
static final int StreamFatalError
- See Also:
- Constant Field Values
-
CacheFatalError
static final int CacheFatalError
- See Also:
- Constant Field Values
-
CoderFatalError
static final int CoderFatalError
- See Also:
- Constant Field Values
-
FilterFatalError
static final int FilterFatalError
- See Also:
- Constant Field Values
-
ModuleFatalError
static final int ModuleFatalError
- See Also:
- Constant Field Values
-
DrawFatalError
static final int DrawFatalError
- See Also:
- Constant Field Values
-
ImageFatalError
static final int ImageFatalError
- See Also:
- Constant Field Values
-
WandFatalError
static final int WandFatalError
- See Also:
- Constant Field Values
-
RandomFatalError
static final int RandomFatalError
- See Also:
- Constant Field Values
-
XServerFatalError
static final int XServerFatalError
- See Also:
- Constant Field Values
-
MonitorFatalError
static final int MonitorFatalError
- See Also:
- Constant Field Values
-
RegistryFatalError
static final int RegistryFatalError
- See Also:
- Constant Field Values
-
ConfigureFatalError
static final int ConfigureFatalError
- See Also:
- Constant Field Values
-
PolicyFatalError
static final int PolicyFatalError
- See Also:
- Constant Field Values
-
-