Exceptions

Exceptions defined for TableDataExtractor.

exception tabledataextractor.exceptions.InputError(message)[source]

Exception raised for errors in the input.

exception tabledataextractor.exceptions.MIPSError(message)[source]

Exception raised for failure of the main MIPS algorithm. Usually signals that the table is broken or not well structured.

exception tabledataextractor.exceptions.TDEError[source]

Base class for exceptions in TableDataExtractor.