easygraph.utils.exception module#
Exceptions#
Base exceptions and errors for EasyGraph.
- exception easygraph.utils.exception.EasyGraphError[source]#
Bases:
EasyGraphExceptionException for a serious error in EasyGraph
- exception easygraph.utils.exception.EasyGraphException[source]#
Bases:
ExceptionBase class for exceptions in EasyGraph.
- exception easygraph.utils.exception.EasyGraphNotImplemented[source]#
Bases:
EasyGraphExceptionException raised by algorithms not implemented for a type of graph.
- exception easygraph.utils.exception.EasyGraphPointlessConcept[source]#
Bases:
EasyGraphExceptionRaised when a null graph is provided as input to an algorithm that cannot use it.
The null graph is sometimes considered a pointless concept [1], thus the name of the exception.
References