Exceptions¶
Exception hierarchy for Citehound
- author:
Athanasios Anastasiou
- date:
Mar 2023
- exception citehound.exceptions.DataImportError(msg)¶
Raised in the event of exceptions specific to the data importing process.
- exception citehound.exceptions.InsightException(msg)¶
Base class for all exceptions that are specific to the Insight System.
- exception citehound.exceptions.ManagerError(msg)¶
Raised in the event of an exception at the point of interaction of the InsightManager with any external entities.
- exception citehound.exceptions.PluginError(msg)¶
Raised in the event of a plugin related error
- exception citehound.exceptions.PluginNotFound(msg)¶