DicomException class abstract

Base exception for all DICOM-related errors in the SDK.

All specialized exceptions in the Flutter-Dicom package inherit from this class, allowing you to catch all medical imaging errors in a single block.

Implemented types
Implementers

Constructors

DicomException(String message, [dynamic originalError])
Creates a DicomException.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
A human-readable message explaining what went wrong.
final
originalError → dynamic
The underlying error (e.g., a FileSystemException or Rust panic) if available.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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