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

Constructors

ProcessorException(String message, [Object? cause])
Creates a processor exception with the given message and optional cause.
const

Properties

cause Object?
The underlying cause of this exception, if any.
final
hashCode int
The hash code for this object.
no setterinherited
message String
The error message describing what went wrong.
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