exceptions

A module containing different exceptions and warnings for the RDF class

Summary

Exceptions:

RDFError

Exception raised if something goes wrong during the RDF setup or calculation.

RDFWarning

Warning raised if something goes wrong during the RDF setup or calculation.

Reference

exception RDFError(message: str)[source]

Bases: PQException

Exception raised if something goes wrong during the RDF setup or calculation.

Parameters:

message (str) – The error message.

exception RDFWarning(message: str)[source]

Bases: PQWarning

Warning raised if something goes wrong during the RDF setup or calculation.

Parameters:

message (str) – The error message.