biotite.InvalidFileError

class biotite.InvalidFileError[source]

Bases: Exception

Indicates that the file is not suitable for the requested action, either because the file does not contain the required data or because the file is malformed.

with_traceback()

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