scientific_spinbox.errors.validators

exception CaptureGroupNameNotFoundOnRegex(group_name: str)[source]

Bases: Exception

Exception raised when capture group name is not found on the ScientificInputValidator’s regex.

exception InvalidValidatorStateError(state)[source]

Bases: Exception

Exception raised when an invalid validator state is provided.