Method __init__¶
public
Builds a new AAccessorConfigValidator by providing it with the Python configuration dictionary that will be associated with this validator.
Details
- Defined into: AAccessorConfigValidator
Signature¶
Parameters¶
-
config_dict(Dict[str, Any]):
An any-type, string-indexed dictionary representing the read configuration file
Return Type¶
This entity doesn't return any value
Exceptions¶
Raised Exceptions
-
ValueError, happens if:
-
The provided dictionary has the value
None -
The provided dictionary is empty
-