File: toilAPIExceptions.rst

package info (click to toggle)
toil 9.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,908 kB
  • sloc: python: 58,029; makefile: 313; sh: 168
file content (35 lines) | stat: -rw-r--r-- 748 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.. _api-exceptions:

Exceptions API
**************

Toil specific exceptions.

.. autoexception:: toil.job::JobException
   :members:
   :noindex:

.. autoexception:: toil.job::JobGraphDeadlockException
   :members:
   :noindex:

.. autoexception:: toil.jobStores.abstractJobStore::ConcurrentFileModificationException
   :members:
   :noindex:

.. autoexception:: toil.jobStores.abstractJobStore::JobStoreExistsException
   :members:
   :noindex:

.. autoexception:: toil.jobStores.abstractJobStore::NoSuchFileException
   :members:
   :noindex:

.. autoexception:: toil.jobStores.abstractJobStore::NoSuchJobException
   :members:
   :noindex:

.. autoexception:: toil.jobStores.abstractJobStore::NoSuchJobStoreException
   :members:
   :noindex: