doxysphinx.utils.exceptions#

The exception module contains several standard exceptions.

Module Contents#

exception doxysphinx.utils.exceptions.ApplicationError(message)[source]#

Bases: Exception

Inheritance diagram of doxysphinx.utils.exceptions.ApplicationError

A generic application error.

exception doxysphinx.utils.exceptions.ValidationError(message)[source]#

Bases: Exception

Inheritance diagram of doxysphinx.utils.exceptions.ValidationError

A generic error to indicate some validation failed.

exception doxysphinx.utils.exceptions.PrerequisiteNotMetError(message)[source]#

Bases: Exception

Inheritance diagram of doxysphinx.utils.exceptions.PrerequisiteNotMetError

An application error that indicates that some prerequisite is not met.