more ~osc (2022-02-07T20:38:28.1602185)
Dub
Repo
SdlParseException
more
sdl
Thrown by sdl parse functions when invalid SDL is encountered.
class
SdlParseException : Exception {
SdlErrorType
type
;
uint
lineInSdl
;
this
(uint lineInSdl, string msg, string file, size_t codeLine);
this
(SdlErrorType errorType, uint lineInSdl, string msg, string file, size_t codeLine);
}
Constructors
this
this
(uint lineInSdl, string msg, string file, size_t codeLine)
Undocumented in source.
this
this
(SdlErrorType errorType, uint lineInSdl, string msg, string file, size_t codeLine)
Undocumented in source.
Members
Variables
lineInSdl
uint
lineInSdl
;
Undocumented in source.
type
SdlErrorType
type
;
Undocumented in source.
Meta
Source
See Implementation
more
sdl
classes
SdlParseException
enums
SdlErrorType
functions
arrayRange
isID
isIDStart
isSdlKeyword
parseOneSdlTag
parseSdlTag
rangeInitializers
rangeInitializersCurrent
rangeInitializersNext
sdlLiteralToD
setupSdlText
manifest constants
invalidBraceFmt
mixedValuesAndAttributesFmt
noEndingQuote
notEnoughCloseBracesFmt
tooManyEndingBraces
structs
Attribute
Dependency
Package
SdlBuffer2Sink
SdlParser
SdlWalker
Tag
variables
sdlBuffer
sdlBuffer2
sdlIDFlag
sdlNumberFlag
sdlNumberPostfixFlag
sdlValidAfterTagItemFlag
Thrown by sdl parse functions when invalid SDL is encountered.