reportcompiler.plugins.errors

errors.py

This module contains the errors for each stage of the fragment generation process.

Exceptions

exception reportcompiler.plugins.errors.ContextGenerationError

Exception on context generation

Inheritance

Inheritance diagram of ContextGenerationError
exception reportcompiler.plugins.errors.DataFetchingError

Exception on data fetching

Inheritance

Inheritance diagram of DataFetchingError
exception reportcompiler.plugins.errors.MetadataRetrievalError

Exception on metadata retrieval

Inheritance

Inheritance diagram of MetadataRetrievalError
exception reportcompiler.plugins.errors.PostProcessorError

Exception on postprocessing

Inheritance

Inheritance diagram of PostProcessorError
exception reportcompiler.plugins.errors.TemplateRendererException

Exception on template rendering

Inheritance

Inheritance diagram of TemplateRendererException