more ~master (2021-04-25T17:22:00Z)
Home
Dub
Repo
AsonParseException
more
ason
Undocumented in source.
class
AsonParseException : Exception {
AsonErrorType
type
;
uint
lineInAson
;
this
(uint lineInAson, string msg, string file, size_t codeLine);
this
(AsonErrorType errorType, uint lineInAson, string msg, string file, size_t codeLine);
}
Constructors
this
this
(uint lineInAson, string msg, string file, size_t codeLine)
Undocumented in source.
this
this
(AsonErrorType errorType, uint lineInAson, string msg, string file, size_t codeLine)
Undocumented in source.
Members
Variables
lineInAson
uint
lineInAson
;
Undocumented in source.
type
AsonErrorType
type
;
Undocumented in source.
Meta
Source
See Implementation
more
ason
classes
AsonParseException
enums
AsonErrorType
functions
arrayRange
parseAson
rangeInitializers
rangeInitializersCurrent
rangeInitializersNext
sdlLiteralToD
setupAsonText
manifest constants
invalidBraceFmt
mixedValuesAndAttributesFmt
noEndingQuote
notEnoughCloseBracesFmt
tooManyCloseBraces
structs
Ason
AsonBuffer2Sink
AsonOptions
AsonParser
Attribute
Tag
variables
asonBuffer
asonBuffer2
controlCharacter
whitespace