Runtime Errors#

exception pyhmmer.errors.UnexpectedError(RuntimeError)#

An unexpected error that happened in the C code.

As a user of this library, you should never see this exception being raised. If you do, please open an issue with steps to reproduce on the bug tracker, so that proper error handling can be added to the relevant part of the bindings.

__init__(self, code, function)#

exception pyhmmer.errors.EaselError(RuntimeError)#

An error that was raised from the Easel code.

__init__(self, code, message)#

exception pyhmmer.errors.ServerError(RuntimeError)#

A runtime error that happened in a hmmpgmd server.

__init__(self, code, message)#