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

IncompleteInputReadException

class IncompleteInputReadException : InputParsingException

Thrown if the parsing ends while there is still input to read.

Constructors

<init>

Thrown if the parsing ends while there is still input to read.

IncompleteInputReadException(lineNumber: Int, nextTokenIndex: Int)