appabuild.exceptions#
Exceptions#
Raised when any problem concerning the data (Database, Exchanges, Activities) is |
|
Raised when any problem concerning the methods is encountered. |
|
Raised when any problem concerning yaml/json dataset is encountered. |
Module Contents#
- exception appabuild.exceptions.BwDatabaseError#
Bases:
Exception
Raised when any problem concerning the data (Database, Exchanges, Activities) is encountered.
Initialize self. See help(type(self)) for accurate signature.
- 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.