.. _f-helpgenexceptions: module ``helpgen.helpgen_exceptions`` ===================================== .. inheritance-diagram:: pyquickhelper.helpgen.helpgen_exceptions Short summary +++++++++++++ module ``pyquickhelper.helpgen.helpgen_exceptions`` Exception raised by the automated documentation :githublink:`%|py|6` Classes +++++++ +-----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | class | truncated documentation | +===============================================================================================+=============================================================================================+ | :class:`HelpGenConvertError ` | Exception raised when a conversion failed. | +-----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :class:`HelpGenException ` | custom exception | +-----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :class:`ImportErrorHelpGen ` | A custom exception to detect a specific location when *ImportError* happens in the process. | +-----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :class:`NotebookConvertError ` | Exception raised when a conversion failed. | +-----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ Methods +++++++ +------------------------------------------------------------------------------------------+--------------------------------------------+ | method | truncated documentation | +==========================================================================================+============================================+ | :py:meth:`__init__ ` | redefines the message sent to an exception | +------------------------------------------------------------------------------------------+--------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyquickhelper.helpgen.helpgen_exceptions :members: :special-members: __init__ :show-inheritance: