exceptions
A module containing different exceptions and warnings for
the RDF
class
Summary
Exceptions:
Exception raised if something goes wrong during the RDF setup or calculation. |
|
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.