arrakis.utils.exceptions ======================== .. py:module:: arrakis.utils.exceptions .. autoapi-nested-parse:: Errors and exceptions .. !! processed by numpydoc !! Exceptions ---------- .. autoapisummary:: arrakis.utils.exceptions.DivergenceError arrakis.utils.exceptions.Error arrakis.utils.exceptions.ExecError arrakis.utils.exceptions.FitsError arrakis.utils.exceptions.ReadError arrakis.utils.exceptions.RegistryError arrakis.utils.exceptions.SameFileError arrakis.utils.exceptions.SpecialFileError Module Contents --------------- .. py:exception:: DivergenceError Bases: :py:obj:`Exception` Raised when a divergence is detected .. !! processed by numpydoc !! .. py:exception:: Error Bases: :py:obj:`OSError` Base class for I/O related errors. .. !! processed by numpydoc !! .. py:exception:: ExecError Bases: :py:obj:`OSError` Raised when a command could not be executed .. !! processed by numpydoc !! .. py:exception:: FitsError Bases: :py:obj:`Exception` Raised when a FITS file cannot be read .. !! processed by numpydoc !! .. py:exception:: ReadError Bases: :py:obj:`OSError` Raised when an archive cannot be read .. !! processed by numpydoc !! .. py:exception:: RegistryError Bases: :py:obj:`Exception` Raised when a registry operation with the archiving and unpacking registries fails .. !! processed by numpydoc !! .. py:exception:: SameFileError Bases: :py:obj:`Error` Raised when source and destination are the same file. .. !! processed by numpydoc !! .. py:exception:: SpecialFileError Bases: :py:obj:`OSError` Raised when trying to do a kind of operation (e.g. copying) which is not supported on a special file (e.g. a named pipe) .. !! processed by numpydoc !!