module helpgen.helpgen_exceptions

Inheritance diagram of pyquickhelper.helpgen.helpgen_exceptions

Short summary

module pyquickhelper.helpgen.helpgen_exceptions

Exception raised by the automated documentation

source on GitHub

Classes

class

truncated documentation

HelpGenConvertError

Exception raised when a conversion failed.

HelpGenException

custom exception

ImportErrorHelpGen

A custom exception to detect a specific location when ImportError happens in the process.

NotebookConvertError

Exception raised when a conversion failed.

Methods

method

truncated documentation

__init__

redefines the message sent to an exception

Documentation

Exception raised by the automated documentation

source on GitHub

exception pyquickhelper.helpgen.helpgen_exceptions.HelpGenConvertError[source]

Bases: Exception

Exception raised when a conversion failed.

source on GitHub

exception pyquickhelper.helpgen.helpgen_exceptions.HelpGenException(message, file=None)[source]

Bases: Exception

custom exception

source on GitHub

redefines the message sent to an exception

Parameters:
  • message – message

  • file – filename

source on GitHub

__init__(message, file=None)[source]

redefines the message sent to an exception

Parameters:
  • message – message

  • file – filename

source on GitHub

exception pyquickhelper.helpgen.helpgen_exceptions.ImportErrorHelpGen[source]

Bases: ImportError

A custom exception to detect a specific location when ImportError happens in the process.

source on GitHub

exception pyquickhelper.helpgen.helpgen_exceptions.NotebookConvertError[source]

Bases: Exception

Exception raised when a conversion failed.

source on GitHub