hashcode-utils-kt / org.hildan.hashcode.utils.reader / InputParsingException / <init>

<init>

InputParsingException(message: String)

Constructs a new InputParsingException with the given message and no cause.

InputParsingException(message: String, cause: Throwable)

Constructs a new InputParsingException with the given message and cause.

InputParsingException(lineNum: Int, tokenNum: Int, message: String)

Constructs a new InputParsingException with the given message, along with lineNum and tokenNum for easier debugging.