biotite.sequence.AlphabetError

class biotite.sequence.AlphabetError[source]

Bases: Exception

This exception is raised, when a code or a symbol is not in an Alphabet.

with_traceback()

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