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: ExporterException

Raised when there is an error exporting data to a CSV file.

exception DbUnify.SQLite3.sync.Exporter.ExporterException.ChartCreationException(message: str)[source]

Bases: ExporterException

Raised when there is an error creating a chart.

exception DbUnify.SQLite3.sync.Exporter.ExporterException.ExporterException(message: str)[source]

Bases: Exception

Base class for exceptions raised by the Exporter class.

exception DbUnify.SQLite3.sync.Exporter.ExporterException.InvalidChartTypeException(message: str)[source]

Bases: ExporterException

Raised when an invalid chart type is provided.

Module contents