CryptoFlowException class final

Wraps a source or step failure with stable flow execution context.

Inheritance

Constructors

CryptoFlowException({required String stepName, required int stepIndex, required Object cause, required StackTrace causeStackTrace})
Creates a contextual wrapper around an original source or step failure.

Properties

cause Object
Original object thrown by the source or step.
final
causeStackTrace StackTrace
Original stack trace captured with cause.
final
hashCode int
The hash code for this object.
no setterinherited
message String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stepIndex int
Zero-based execution index. Sources use 0; appended steps start at 1.
final
stepName String
Name of the source or step that failed.
final

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