astro.exceptions
Module Contents
- exception astro.exceptions.NonExistentTableException
Bases:
ExceptionRaised if an operation expected a SQL table to exist, but it does not exist
- exception astro.exceptions.IllegalLoadToDatabaseException
Bases:
ExceptionCommon base class for all non-exit exceptions.
- exception astro.exceptions.DatabaseCustomError
Bases:
ValueError,AttributeErrorInappropriate argument value (of correct type) or attribute not found while running query. while running query