module data.data_exceptions#

Inheritance diagram of actuariat_python.data.data_exceptions

Short summary#

module actuariat_python.data.data_exceptions

Exceptions raised by this module when getting data

source on GitHub

Classes#

class

truncated documentation

DataFormatException

raise when the format is unexpected

DataNotAvailableError

raised data is not available

LinkNotFoundError

raise when a file is not found on a webpage

Documentation#

Exceptions raised by this module when getting data

source on GitHub

exception actuariat_python.data.data_exceptions.DataFormatException#

Bases : Exception

raise when the format is unexpected

source on GitHub

exception actuariat_python.data.data_exceptions.DataNotAvailableError#

Bases : Exception

raised data is not available

source on GitHub

exception actuariat_python.data.data_exceptions.LinkNotFoundError#

Bases : Exception

raise when a file is not found on a webpage

source on GitHub