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