appabuild.exceptions#

Exceptions#

BwDatabaseError

Raised when any problem concerning the data (Database, Exchanges, Activities) is

BwMethodError

Raised when any problem concerning the methods is encountered.

SerializedDataError

Raised when any problem concerning yaml/json dataset is encountered.

Module Contents#

exception appabuild.exceptions.BwDatabaseError(*args, exception_type=None, **kwargs)#

Bases: Exception

Raised when any problem concerning the data (Database, Exchanges, Activities) is encountered.

Initialize self. See help(type(self)) for accurate signature.

exception_type = None#
exception appabuild.exceptions.BwMethodError#

Bases: Exception

Raised when any problem concerning the methods is encountered.

Initialize self. See help(type(self)) for accurate signature.

exception appabuild.exceptions.SerializedDataError#

Bases: Exception

Raised when any problem concerning yaml/json dataset is encountered.

Initialize self. See help(type(self)) for accurate signature.