dyaml-yamlserialized ~master (2016-12-10T19:24:08Z)
Home
Dub
Repo
ConstructorException
dyaml
constructor
package
class
ConstructorException :
YAMLException
{
this
(
string
msg
,
Mark
start
,
Mark
end
,
string
file
=
__FILE__
,
int
line
=
__LINE__
)
;
}
Constructors
this
this
(
string
msg
,
Mark
start
,
Mark
end
,
string
file
=
__FILE__
,
int
line
=
__LINE__
)
Construct a ConstructorException.
Meta
Source
See Implementation
dyaml
constructor
classes
Constructor
ConstructorException
functions
constructBinary
constructBool
constructLong
constructMap
constructMerge
constructNull
constructOrderedMap
constructPairs
constructReal
constructSequence
constructSet
constructString
constructTimestamp
getPairs