lsst.pex.config
13.0-2-g483026c+4
|
Public Member Functions | |
def | __init__ |
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 | |||
) |