StopProcessing class

Exception indicating that processing should be stopped immediately.

This exception is typically thrown when an unrecoverable error occurs or when a specific condition requires processing to halt. It signals a critical error or a deliberate interruption of the processing flow.

Inheritance

Constructors

StopProcessing([Object? message = ''])
const

Properties

hashCode int
The hash code for this object.
no setterinherited
message Object?
finalinherited
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.
inherited

Operators

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