Exceptions

class manatus.exceptions.SSDN_QDCException(msg)
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

class manatus.exceptions.SourceResourceException(msg)
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

class manatus.exceptions.SourceResourceRequiredElementException(record, elem)
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

class manatus.exceptions.ManatusProfileError(profile, config_file)
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

class manatus.exceptions.RecordGroupFileExtensionError(fp)
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.