more ~master (2021-04-25T17:22:00Z)
Home
Dub
Repo
SdlParseException
more
sdl
Thrown by sdl parse functions when invalid SDL is encountered.
class
SdlParseException : Exception {
SdlErrorType
type
;
LineNumber
lineInSdl
;
this
(LineNumber lineInSdl, string msg, string file, size_t codeLine);
this
(SdlErrorType errorType, LineNumber lineInSdl, string msg, string file, size_t codeLine);
}
Constructors
this
this
(LineNumber lineInSdl, string msg, string file, size_t codeLine)
Undocumented in source.
this
this
(SdlErrorType errorType, LineNumber lineInSdl, string msg, string file, size_t codeLine)
Undocumented in source.
Members
Variables
lineInSdl
LineNumber
lineInSdl
;
Undocumented in source.
type
SdlErrorType
type
;
Undocumented in source.
Meta
Source
See Implementation
more
sdl
aliases
LineNumber
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.