astro.exceptions

Module Contents

exception astro.exceptions.NonExistentTableException

Bases: Exception

Raised if an operation expected a SQL table to exist, but it does not exist

exception astro.exceptions.IllegalLoadToDatabaseException

Bases: Exception

Common base class for all non-exit exceptions.

exception astro.exceptions.DatabaseCustomError

Bases: ValueError, AttributeError

Inappropriate argument value (of correct type) or attribute not found while running query. while running query