CombinedImageDecodeException class
Exception thrown when both raster and SVG image decoding fails.
- Implemented types
Constructors
- CombinedImageDecodeException.new({required Object rasterError, required StackTrace rasterStack, required Object vectorError, required StackTrace vectorStack})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- rasterError → Object
-
Exception of the instantiateImageCodec error happened.
final
- rasterStack → StackTrace
-
StackTrace of the instantiateImageCodec error happened.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- vectorError → Object
-
Exception of the VectorGraphicUtilities.loadPicture error happened.
final
- vectorStack → StackTrace
-
StackTrace of the VectorGraphicUtilities.loadPicture error happened.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited