Exceptions

Exceptions that may be raised by ESMValCore.

Exceptions:

ESMValCoreDeprecationWarning

Custom deprecation warning.

InputFilesNotFound(msg)

Files that are required to run the recipe have not been found.

RecipeError(msg)

Recipe contains an error.

exception esmvalcore.exceptions.ESMValCoreDeprecationWarning[source]

Bases: UserWarning

Custom deprecation warning.

exception esmvalcore.exceptions.InputFilesNotFound(msg)[source]

Bases: esmvalcore.exceptions.RecipeError

Files that are required to run the recipe have not been found.

exception esmvalcore.exceptions.RecipeError(msg)[source]

Bases: Exception

Recipe contains an error.