catatom2osm.exceptions module

Exceptions definitions.

exception catatom2osm.exceptions.CatConfigError(message=None)[fuente]

Bases: catatom2osm.exceptions.CatException

Can’t read config.

exception catatom2osm.exceptions.CatException(message=None)[fuente]

Bases: Exception

Base class for application exceptions.

exception catatom2osm.exceptions.CatIOError(message=None)[fuente]

Bases: catatom2osm.exceptions.CatException

Input/output error exception.

exception catatom2osm.exceptions.CatValueError(message=None)[fuente]

Bases: catatom2osm.exceptions.CatException

Value error exception.