IsoFieldException class
Thrown when a single field fails to pack or unpack, carrying the field number so a reject can name it.
- Implemented types
Constructors
- IsoFieldException(int field, String message, [Object? cause])
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