hashcode-utils-kt / org.hildan.hashcode.utils.reader / IncompleteLineReadException

IncompleteLineReadException

class IncompleteLineReadException : InputParsingException

Thrown if the next line is accessed while the current line has not been fully consumed.

Constructors

<init>

Thrown if the next line is accessed while the current line has not been fully consumed.

IncompleteLineReadException(lineNum: Int, unreadEndOfLine: String)