File: api_exceptions.rst

package info (click to toggle)
astropy 7.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 35,328 kB
  • sloc: python: 233,437; ansic: 55,264; javascript: 17,680; lex: 8,621; sh: 3,317; xml: 2,287; makefile: 191
file content (44 lines) | stat: -rw-r--r-- 759 bytes parent folder | download | duplicates (4)
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
36
37
38
39
40
41
42
43
44
.. include:: references.txt

`astropy.io.votable.exceptions`
*******************************

.. contents::

.. automodule:: astropy.io.votable.exceptions

Exception Utilities
===================

.. currentmodule:: astropy.io.votable.exceptions

.. autoclass:: Conf
   :members:

.. autofunction:: warn_or_raise

.. autofunction:: vo_raise

.. autofunction:: vo_reraise

.. autofunction:: vo_warn

.. autofunction:: parse_vowarning

.. autoclass:: VOWarning
   :show-inheritance:

.. autoclass:: VOTableChangeWarning
   :show-inheritance:

.. autoclass:: VOTableSpecWarning
   :show-inheritance:

.. autoclass:: UnimplementedWarning
   :show-inheritance:

.. autoclass:: IOWarning
   :show-inheritance:

.. autoclass:: VOTableSpecError
   :show-inheritance: