Namespace Wolfgang.Etl.FixedWidth.Exceptions
Classes
- FieldConversionException
The exception thrown when a field's raw string value cannot be converted to the target property type during a fixed-width read (extract) operation. Derives from MalformedLineException.
- FieldOverflowException
The exception thrown when a value converter or header converter returns a string that is wider than the field width defined by Length. This indicates a programming error — the converter does not respect the FieldLength contract.
- LineTooShortException
The exception thrown when a line in a fixed-width file is shorter than the total width required to read all defined fields. Derives from MalformedLineException.
- MalformedLineException
Base class for exceptions thrown when a line in a fixed-width file cannot be parsed.