roseau.load_flow.exceptions¶
This module contains the exceptions used by Roseau Load Flow.
Exceptions¶
Base exception for Roseau Load Flow. |
Classes¶
Error codes used by Roseau Load Flow. |
Module Contents¶
- class RoseauLoadFlowExceptionCode¶
Error codes used by Roseau Load Flow.
Initialize self. See help(type(self)) for accurate signature.
- exception RoseauLoadFlowException(msg, code, *args)¶
Base exception for Roseau Load Flow.
Constructor of RoseauLoadFlowException.
- Parameters:
msg (str) – A text description that provides the reason of the exception and potential solution.
code (RoseauLoadFlowExceptionCode) – The code that identifies the reason of the exception.
args (object)