ExceptionType enum

Represents the type of an exception that occurred when using the ImageMagick API.

Inheritance

Constructors

ExceptionType(int value)
const

Values

UndefinedException → const ExceptionType
const ExceptionType(0)
WarningException → const ExceptionType
const ExceptionType(300)
TypeWarning → const ExceptionType
const ExceptionType(305)
OptionWarning → const ExceptionType
const ExceptionType(310)
DelegateWarning → const ExceptionType
const ExceptionType(315)
MissingDelegateWarning → const ExceptionType
const ExceptionType(320)
CorruptImageWarning → const ExceptionType
const ExceptionType(325)
FileOpenWarning → const ExceptionType
const ExceptionType(330)
BlobWarning → const ExceptionType
const ExceptionType(335)
StreamWarning → const ExceptionType
const ExceptionType(340)
CacheWarning → const ExceptionType
const ExceptionType(345)
CoderWarning → const ExceptionType
const ExceptionType(350)
FilterWarning → const ExceptionType
const ExceptionType(352)
ModuleWarning → const ExceptionType
const ExceptionType(355)
DrawWarning → const ExceptionType
const ExceptionType(360)
ImageWarning → const ExceptionType
const ExceptionType(365)
WandWarning → const ExceptionType
const ExceptionType(370)
RandomWarning → const ExceptionType
const ExceptionType(375)
XServerWarning → const ExceptionType
const ExceptionType(380)
MonitorWarning → const ExceptionType
const ExceptionType(385)
RegistryWarning → const ExceptionType
const ExceptionType(390)
ConfigureWarning → const ExceptionType
const ExceptionType(395)
PolicyWarning → const ExceptionType
const ExceptionType(399)
ErrorException → const ExceptionType
const ExceptionType(400)
TypeError → const ExceptionType
const ExceptionType(405)
OptionError → const ExceptionType
const ExceptionType(410)
DelegateError → const ExceptionType
const ExceptionType(415)
MissingDelegateError → const ExceptionType
const ExceptionType(420)
CorruptImageError → const ExceptionType
const ExceptionType(425)
FileOpenError → const ExceptionType
const ExceptionType(430)
BlobError → const ExceptionType
const ExceptionType(435)
StreamError → const ExceptionType
const ExceptionType(440)
CacheError → const ExceptionType
const ExceptionType(445)
CoderError → const ExceptionType
const ExceptionType(450)
FilterError → const ExceptionType
const ExceptionType(452)
ModuleError → const ExceptionType
const ExceptionType(455)
DrawError → const ExceptionType
const ExceptionType(460)
ImageError → const ExceptionType
const ExceptionType(465)
WandError → const ExceptionType
const ExceptionType(470)
RandomError → const ExceptionType
const ExceptionType(475)
XServerError → const ExceptionType
const ExceptionType(480)
MonitorError → const ExceptionType
const ExceptionType(485)
RegistryError → const ExceptionType
const ExceptionType(490)
ConfigureError → const ExceptionType
const ExceptionType(495)
PolicyError → const ExceptionType
const ExceptionType(499)
FatalErrorException → const ExceptionType
const ExceptionType(700)
TypeFatalError → const ExceptionType
const ExceptionType(705)
OptionFatalError → const ExceptionType
const ExceptionType(710)
DelegateFatalError → const ExceptionType
const ExceptionType(715)
MissingDelegateFatalError → const ExceptionType
const ExceptionType(720)
CorruptImageFatalError → const ExceptionType
const ExceptionType(725)
FileOpenFatalError → const ExceptionType
const ExceptionType(730)
BlobFatalError → const ExceptionType
const ExceptionType(735)
StreamFatalError → const ExceptionType
const ExceptionType(740)
CacheFatalError → const ExceptionType
const ExceptionType(745)
CoderFatalError → const ExceptionType
const ExceptionType(750)
FilterFatalError → const ExceptionType
const ExceptionType(752)
ModuleFatalError → const ExceptionType
const ExceptionType(755)
DrawFatalError → const ExceptionType
const ExceptionType(760)
ImageFatalError → const ExceptionType
const ExceptionType(765)
WandFatalError → const ExceptionType
const ExceptionType(770)
RandomFatalError → const ExceptionType
const ExceptionType(775)
XServerFatalError → const ExceptionType
const ExceptionType(780)
MonitorFatalError → const ExceptionType
const ExceptionType(785)
RegistryFatalError → const ExceptionType
const ExceptionType(790)
ConfigureFatalError → const ExceptionType
const ExceptionType(795)
PolicyFatalError → const ExceptionType
const ExceptionType(799)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromValue(int value) ExceptionType

Constants

ResourceLimitError → const ExceptionType
ResourceLimitFatalError → const ExceptionType
ResourceLimitWarning → const ExceptionType
values → const List<ExceptionType>
A constant List of the values in this enum, in order of their declaration.