icclim.exception#

Contain icclim-specific exceptions.

Module Contents#

exception icclim.exception.InvalidIcclimArgumentError(msg: str, source_err: Exception | None = None)[source]#

Exception raised for erroneous input arguments.

msg#

Error description.

Type:

str

source_err#

The source of the error, if any.

Type:

Exception or None, optional

__str__()[source]#

Returns a string representation of the error message.