Lines Matching refs:ConstructorError

8     'ConstructorError'
16 class ConstructorError(MarkedYAMLError):
39 raise ConstructorError(None, None,
74 raise ConstructorError(None, None,
119 raise ConstructorError(None, None,
126 raise ConstructorError(None, None,
134 raise ConstructorError(None, None,
141 raise ConstructorError("while constructing a mapping", node.start_mark,
149 raise ConstructorError(None, None,
194 raise ConstructorError("while constructing a mapping",
204 raise ConstructorError("while constructing a mapping", node.start_mark,
298 raise ConstructorError(None, None,
307 raise ConstructorError(None, None,
359 raise ConstructorError("while constructing an ordered map", node.start_mark,
363 raise ConstructorError("while constructing an ordered map", node.start_mark,
367 raise ConstructorError("while constructing an ordered map", node.start_mark,
380 raise ConstructorError("while constructing pairs", node.start_mark,
384 raise ConstructorError("while constructing pairs", node.start_mark,
388 raise ConstructorError("while constructing pairs", node.start_mark,
427 raise ConstructorError(None, None,
504 raise ConstructorError(None, None,
513 raise ConstructorError(None, None,
527 raise ConstructorError("while constructing a Python module", mark,
533 raise ConstructorError("while constructing a Python module", mark,
536 raise ConstructorError("while constructing a Python module", mark,
542 raise ConstructorError("while constructing a Python object", mark,
553 raise ConstructorError("while constructing a Python object", mark,
556 raise ConstructorError("while constructing a Python object", mark,
560 raise ConstructorError("while constructing a Python object", mark,
568 raise ConstructorError("while constructing a Python name", node.start_mark,
575 raise ConstructorError("while constructing a Python module", node.start_mark,
587 raise ConstructorError("while constructing a Python instance", node.start_mark,