Exceptions#

Cardinality Errors#

exception fastobo.exceptions.MissingClauseError(clause, frame=None)#

An error indicating a required clause is missing.

exception fastobo.exceptions.DuplicateClausesError(clause, frame=None)#

An error indicating a unique clause appears more than one.

exception fastobo.exceptions.SingleClauseError(clause, frame=None)#

An error indicating a clause appears only once when it shouldn’t.

Threading Errors#

exception fastobo.exceptions.DisconnectedChannelError#