ProcessorException class abstract
Base exception class for processor-related errors.
This is the parent class for all processor-specific exceptions. It provides a consistent error handling mechanism across all preprocessing and postprocessing operations.
- Implemented types
- Implementers
Constructors
- ProcessorException(String message, [Object? cause])
-
Creates a processor exception with the given
messageand optionalcause.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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited