Searched refs:GetException (Results 1 – 1 of 1) sorted by relevance
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/ |
D | PreLexer.cs | 48 …throw GetException(ParsingError.WrongIndent, lineNo, 0, oldLine, "First line with text cannot be i… in Process() 137 …throw GetException(ParsingError.SyntaxError, lineNo, closingIndex, originalLine, "Multiline commen… in HandleComments() 167 …throw GetException(ParsingError.SyntaxError, lineNo, originalLine.Length - 1, originalLine, "Unter… in HandleComments() 191 … throw GetException(ParsingError.SyntaxError, lineNo, currentIndex, originalLine, in HandleComments() 283 … throw GetException(ParsingError.SyntaxError, openingQuoteLine.Item1, errorQuoteIndex, errorLine, in HandleMultilineStrings() 339 …private static ParsingException GetException(ParsingError error, int lineNo, int columnNo, string … in GetException() method in Antmicro.Renode.PlatformDescription.PreLexer 353 throw GetException(ParsingError.WrongIndent, lineNo, spacesNo - 1, line, in GetIndentLevel()
|