NodeException

Exception thrown at node related errors.

class NodeException : MarkedYAMLException {}

Constructors

this
this(string msg, Mark start, string file, size_t line)
Undocumented in source.

Inherited Members

From MarkedYAMLException

mark
Mark mark;

Position of the error.

Meta