.. py:exception:: RockyLaunchError Bases: :py:obj:`PyRockyError` Provides the error raised when problems occurs during launch of the Rocky app. .. !! processed by numpydoc !! .. py:currentmodule:: RockyLaunchError Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~with_traceback` - Exception.with_traceback(tb) -- .. tab-item:: Special methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~__delattr__` - Implement delattr(self, name). * - :py:attr:`~__dir__` - Default dir() implementation. * - :py:attr:`~__eq__` - Return self==value. * - :py:attr:`~__format__` - Default object formatter. * - :py:attr:`~__ge__` - Return self>=value. * - :py:attr:`~__getattribute__` - Return getattr(self, name). * - :py:attr:`~__gt__` - Return self>value. * - :py:attr:`~__hash__` - Return hash(self). * - :py:attr:`~__le__` - Return self<=value. * - :py:attr:`~__lt__` - Return self=value. .. !! processed by numpydoc !! .. py:method:: __getattribute__() Return getattr(self, name). .. !! processed by numpydoc !! .. py:method:: __gt__() Return self>value. .. !! processed by numpydoc !! .. py:method:: __hash__() Return hash(self). .. !! processed by numpydoc !! .. py:method:: __le__() Return self<=value. .. !! processed by numpydoc !! .. py:method:: __lt__() Return self