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

FileParsingException

class FileParsingException : RuntimeException

Thrown if an exception occurs while parsing a file, in order to provide the file's path in the message.

Constructors

<init>

Thrown if an exception occurs while parsing a file, in order to provide the file's path in the message.

FileParsingException(filePath: Path, cause: Exception)