Exceptions Module
Custom exceptions for textxtract package.
Classes:
Name | Description |
---|---|
ExtractionError |
Raised when a general extraction error occurs. |
ExtractionTimeoutError |
Raised when extraction exceeds the allowed timeout. |
FileTypeNotSupportedError |
Raised when the file type is not supported. |
InvalidFileError |
Raised when the file is invalid or unsupported. |
Classes
ExtractionError
ExtractionTimeoutError
Bases: ExtractionError
Raised when extraction exceeds the allowed timeout.
FileTypeNotSupportedError
Bases: ExtractionError
Raised when the file type is not supported.
InvalidFileError
Bases: ExtractionError
Raised when the file is invalid or unsupported.