SdlParseException

Thrown by sdl parse functions when invalid SDL is encountered.

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