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
-
- Object
- ExceptionBase
- StopProcessing
Constructors
- StopProcessing([Object? message = ''])
-
const
Properties
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