Searched defs:PropertyConfigError (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/
H A Dconfig.py75 class PropertyConfigError(ConfigError): class in inherits:ConfigError
85 class InvalidPropertyNameError(PropertyConfigError):
90 PropertyConfigError.__init__(self, prop=prop)
99 class InvalidPropertyTemplateNameError(PropertyConfigError):
105 PropertyConfigError.__init__(self, prop=prop)
112 class InvalidPropertyValueError(PropertyConfigError):
117 PropertyConfigError.__init__(self, section=section, prop=prop)
155 class UnknownPropertyValueError(PropertyConfigError):
160 PropertyConfigError.__init__(self, section=section, prop=prop)
172 class InvalidSectionNameError(PropertyConfigError)
[all...]

Completed in 13 milliseconds