fun nextLineTokens(): List<String>
Reads and returns the next line of input as a list of strings.
IncompleteLineReadException - if the current line was not completely consumed
NoMoreLinesToReadException - if there is no more lines to read
InputParsingException - if an error occurs while reading the input