dyaml.exception
Exceptions thrown by D:YAML and _exception related code.
tmpl MarkedExceptionCtors
struct Mark
Types 11
classYAMLException : Exception
Base class for all exceptions thrown by D:YAML.
structMark
Position in a YAML stream, used for error messages.
Fields
string nameFile name.ushort lineLine number.ushort columnColumn number.Methods
Constructors
this(string name, const uint line, const uint column)Construct a Mark with specified line and column in the file.classMarkedYAMLException : YAMLException
Exception thrown on composer errors.
Exception thrown on constructor errors.
Exception thrown on loader errors.
classNodeException : MarkedYAMLException
Exception thrown on node related errors.
Exception thrown on parser errors.
Exception thrown on Reader errors.
Exception thrown on Representer errors.
Exception thrown on scanner errors.
Templates 1
tmplMarkedExceptionCtors()
Constructors of marked YAML exceptions are identical, so we use a mixin.
See Also
MarkedYAMLException