module datainc.data_exception#

Inheritance diagram of ensae_projects.datainc.data_exception

Short summary#

module ensae_projects.datainc.data_exception

Exception raised when data is not available

source on GitHub

Classes#

class

truncated documentation

FileFormatException

Raised when unable to parse a file

PasswordException

Raised when password is missing

ProjectDataException

Exception raised when data is not available

Documentation#

Exception raised when data is not available

source on GitHub

exception ensae_projects.datainc.data_exception.FileFormatException#

Bases: Exception

Raised when unable to parse a file

source on GitHub

exception ensae_projects.datainc.data_exception.PasswordException#

Bases: Exception

Raised when password is missing

source on GitHub

exception ensae_projects.datainc.data_exception.ProjectDataException#

Bases: Exception

Exception raised when data is not available

source on GitHub