ScannerException

Marked exception thrown at scanner errors.

package
class ScannerException : MarkedYAMLException {}

Members

Mixins

__anonymous
mixin MarkedExceptionCtors
Undocumented in source.

Mixed In Members

From mixin MarkedExceptionCtors

this
this(string context, Mark contextMark, string problem, Mark problemMark, string file, size_t line)
Undocumented in source.
this
this(string problem, Mark problemMark, string file, size_t line)
Undocumented in source.
this
this(const(MarkedYAMLExceptionData) data)
Undocumented in source.

Inherited Members

From MarkedYAMLException

mark
Mark mark;

Position of the error.

See Also

MarkedYAMLException

Meta