exceptions
ProcessError
Bases: Exception
A base Exception to derive other PROCESS exceptions from
Source code in process/core/exceptions.py
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | |
ProcessValidationError
Bases: ProcessError
Exception raised when validating PROCESS input. E.g. initial values, constraint/variable combinations, switch combinations
Source code in process/core/exceptions.py
20 21 22 | |
ProcessValueError
Bases: ProcessError, ValueError
A ValueError in a PROCESS model.
Source code in process/core/exceptions.py
25 26 | |