RUFAS.errors module#

exception RUFAS.errors.UserInput(msg)#

Bases: Exception

Raised when the user enters an invalid input at the prompt

__init__(msg)#
exception RUFAS.errors.InvalidJSONfile(file_name)#

Bases: Exception

Raised when the json file fed to the program has problems

__init__(file_name)#
exception RUFAS.errors.JSONfileData(section, msg)#

Bases: Exception

Raised when specific parts of the json file has problems

__init__(section, msg)#