class FileParsingException : RuntimeException
Thrown if an exception occurs while parsing a file, in order to provide the file's path in the message.
<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) |