pybalmorel.weatheryear.exceptions
Domain-specific exceptions for the weatheryear module.
Exceptions
Base exception for weather-year preprocessing and conversion errors. |
|
Raised when required columns are missing from an input table. |
|
Raised when a technology folder name does not match expected patterns. |
|
Raised when a merge/combine operation produces an empty output. |
Module Contents
- exception pybalmorel.weatheryear.exceptions.WeatherYearError
Bases:
ExceptionBase exception for weather-year preprocessing and conversion errors.
- exception pybalmorel.weatheryear.exceptions.MissingRequiredColumnsError
Bases:
WeatherYearErrorRaised when required columns are missing from an input table.
- exception pybalmorel.weatheryear.exceptions.MalformedTechnologyFolderError
Bases:
WeatherYearErrorRaised when a technology folder name does not match expected patterns.
- exception pybalmorel.weatheryear.exceptions.EmptyMergeResultError
Bases:
WeatherYearErrorRaised when a merge/combine operation produces an empty output.