class IncompleteLineReadException : InputParsingException
Thrown if the next line is accessed while the current line has not been fully consumed.
<init> |
Thrown if the next line is accessed while the current line has not been fully consumed. IncompleteLineReadException(lineNum: Int, unreadEndOfLine: String) |