handwriting_features.features.exceptions package

Submodules

handwriting_features.features.exceptions.mapping module

exception handwriting_features.features.exceptions.mapping.FeatureNameNotInMappingError[source]

Bases: Exception

Raised when a feature name is not in the feature mapping

handwriting_features.features.exceptions.validation module

exception handwriting_features.features.exceptions.validation.FeatureArgumentInvalidTypeError[source]

Bases: Exception

Raised when a mandatory feature argument is of invalid type

exception handwriting_features.features.exceptions.validation.FeatureArgumentMissingError[source]

Bases: Exception

Raised when a mandatory feature argument is missing

exception handwriting_features.features.exceptions.validation.FeatureArgumentUnsupportedValueError[source]

Bases: Exception

Raised when a mandatory feature argument has unsupported value

exception handwriting_features.features.exceptions.validation.FeatureNameInvalidTypeError[source]

Bases: Exception

Raised when a feature name is of invalid type

exception handwriting_features.features.exceptions.validation.FeatureNameMissingError[source]

Bases: Exception

Raised when a feature name is missing

exception handwriting_features.features.exceptions.validation.FeatureNameUnsupportedError[source]

Bases: Exception

Raised when a feature name us not supported

exception handwriting_features.features.exceptions.validation.StatisticsForSingleValuedFeatureError[source]

Bases: Exception

Raised when statistics are to be computed for a single-valued feature

Module contents