zokyo.utils.CustomExceptions module

exception zokyo.utils.CustomExceptions.CoefficientNotinRangeError(coefficient, coeff_type='Default', range_min=0, range_max=1)[source]

Bases: Exception

Class to throw exception when a coefficient is not in the specified range

exception zokyo.utils.CustomExceptions.ConfigurationError(exception_string)[source]

Bases: Exception

Class to throw exception when a configuration is not right

exception zokyo.utils.CustomExceptions.CrucialValueNotFoundError(operation, value_type='sample')[source]

Bases: Exception

Class to throw exception when an expected value is not found

exception zokyo.utils.CustomExceptions.InvalidImageArrayError(image_type='PIL')[source]

Bases: Exception

Class to throw exception when an image is not valid

exception zokyo.utils.CustomExceptions.OperationNotFoundOrImplemented(module, class_name)[source]

Bases: Exception

Class to throw exception when an operation is not found