dyaml.exception

Exceptions thrown by D:YAML and exception related code.

Members

Classes

ComposerException
class ComposerException

Exception thrown on composer errors.

ConstructorException
class ConstructorException

Exception thrown on constructor errors.

LoaderException
class LoaderException

Exception thrown on loader errors.

MarkedYAMLException
class MarkedYAMLException

Base class of YAML exceptions with marked positions of the problem.

NodeException
class NodeException

Exception thrown on node related errors.

ParserException
class ParserException

Exception thrown on parser errors.

ReaderException
class ReaderException

Exception thrown on Reader errors.

RepresenterException
class RepresenterException

Exception thrown on Representer errors.

ScannerException
class ScannerException

Exception thrown on scanner errors.

YAMLException
class YAMLException

Base class for all exceptions thrown by D:YAML.

Structs

Mark
struct Mark

Position in a YAML stream, used for error messages.

Meta