honeybee_plus.exception module

Collection of Honeybee exceptions.

exception honeybee_plus.exception.EmptyFileError(file_path=None)[source]

Bases: Exception

Exception for trying to load results from an empty file.

exception honeybee_plus.exception.GridIsNotAssignedError(data=None)[source]

Bases: Exception

Exception for trying to get data from and analysis point before assigning grid.

exception honeybee_plus.exception.NoDirectValueError[source]

Bases: Exception

Exception for trying to load direct values when not available.