exceptions

A module containing different exceptions related to the physicalData subpackage.

Summary

Exceptions:

EnergyError

Exception raised for errors related to the Energy class

Reference

exception EnergyError(message: str)[source]

Bases: PQException

Exception raised for errors related to the Energy class

Parameters:

message (str) – The error message.