DbUnify.SQLite3.sync.Exporter package
Submodules
DbUnify.SQLite3.sync.Exporter.Exporter module
DbUnify.SQLite3.sync.Exporter.ExporterException module
- exception DbUnify.SQLite3.sync.Exporter.ExporterException.CSVExportException(message: str)[source]
Bases:
ExporterExceptionRaised when there is an error exporting data to a CSV file.
- exception DbUnify.SQLite3.sync.Exporter.ExporterException.ChartCreationException(message: str)[source]
Bases:
ExporterExceptionRaised when there is an error creating a chart.
- exception DbUnify.SQLite3.sync.Exporter.ExporterException.ExporterException(message: str)[source]
Bases:
ExceptionBase class for exceptions raised by the Exporter class.
- exception DbUnify.SQLite3.sync.Exporter.ExporterException.InvalidChartTypeException(message: str)[source]
Bases:
ExporterExceptionRaised when an invalid chart type is provided.