EIYBrowse.exceptions module

Defines a set of exceptions that can be raised by other EIYBrowse modules.

exception EIYBrowse.exceptions.ImproperlyConfigured

Bases: exceptions.Exception

Exception to be raised when encountering configuration errors

exception EIYBrowse.exceptions.InvalidChromError

Bases: exceptions.Exception

Exception to be raised if interactions are requested from a non-existing chromosome.

exception EIYBrowse.exceptions.NoFilesError

Bases: exceptions.Exception

Exception to be raised if no files could be found

exception EIYBrowse.exceptions.TooManyFilesError

Bases: exceptions.Exception

Exception to be raised if more than one file was found for a single chromosome.