lsst.pex.config
16.0-6-g0838257+1
|
Public Member Functions | |
def | __init__ (self, field, config, msg) |
Public Attributes | |
fieldType | |
fieldName | |
fullname | |
history | |
fieldSource | |
configSource | |
Custom exception class which holds additional information useful to debuggin Config errors: - fieldType: type of the Field which incurred the error - fieldName: name of the Field which incurred the error - fullname: fully qualified name of the Field instance - history: full history of all changes to the Field instance - fieldSource: file and line number of the Field definition
def lsst.pex.config.config.FieldValidationError.__init__ | ( | self, | |
field, | |||
config, | |||
msg | |||
) |