ScannerException

Scanner produces tokens of the following types: STREAM-START STREAM-END DIRECTIVE(name, value) DOCUMENT-START DOCUMENT-END BLOCK-SEQUENCE-START BLOCK-MAPPING-START BLOCK-END FLOW-SEQUENCE-START FLOW-MAPPING-START FLOW-SEQUENCE-END FLOW-MAPPING-END BLOCK-ENTRY FLOW-ENTRY KEY VALUE ALIAS(value) ANCHOR(value) TAG(value) SCALAR(value, plain, style) 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.

See Also

MarkedYAMLException

Meta