fastoad.io.xml.exceptions module
Exceptions for io.xml module
- exception fastoad.io.xml.exceptions.FastXPathEvalError[source]
Bases:
FastErrorRaised when some xpath could not be resolved
- exception fastoad.io.xml.exceptions.FastXpathTranslatorInconsistentListsError[source]
Bases:
FastErrorRaised when list of variable names and list of XPaths have not the same length
- exception fastoad.io.xml.exceptions.FastXpathTranslatorDuplicatesError[source]
Bases:
FastErrorRaised when list of variable names or list of XPaths have duplicate entries
- exception fastoad.io.xml.exceptions.FastXpathTranslatorVariableError(variable)[source]
Bases:
FastErrorRaised when a variable does not match any xpath in the translator file.