core.errors
Exceptions
Common base class for all non-exit exceptions. |
|
Common base class for all non-exit exceptions. |
|
Common base class for all non-exit exceptions. |
|
Common base class for all non-exit exceptions. |
|
Common base class for all non-exit exceptions. |
|
Common base class for all non-exit exceptions. |
|
Common base class for all non-exit exceptions. |
|
Raised if |
Module Contents
- exception core.errors.CSVError[source]
Bases:
Exception
Common base class for all non-exit exceptions.
- exception core.errors.MissingColumnsError(columns: Sequence[str])[source]
Bases:
CSVError
Common base class for all non-exit exceptions.
- exception core.errors.AmbiguousColumnsError(columns: Mapping[str, Sequence[str]])[source]
Bases:
CSVError
Common base class for all non-exit exceptions.
- exception core.errors.DuplicateColumnNamesError[source]
Bases:
CSVError
Common base class for all non-exit exceptions.
- exception core.errors.InvalidFormatError[source]
Bases:
CSVError
Common base class for all non-exit exceptions.
- exception core.errors.EmptyFileError[source]
Bases:
CSVError
Common base class for all non-exit exceptions.