5.4. Exceptions¶
- exception pytablereader.ValidationError[source]¶
Bases:
ExceptionException raised when data is not properly formatted.
- exception pytablereader.InvalidFilePathError[source]¶
Bases:
PathErrorException raised when invalid file path used.
TODO: rename the error class
- exception pytablereader.OpenError[source]¶
Bases:
OSErrorException raised when failed to open a file.
- exception pytablereader.LoaderNotFoundError[source]¶
Bases:
ExceptionException raised when loader not found.