biotite.structure.BadStructureError

class biotite.structure.BadStructureError[source]

Bases: Exception

Indicates that a structure is not suitable for a certain operation.

with_traceback()

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