class TomlParseError : RuntimeException
(source)
An error that occurred while parsing.
message |
val message: String? |
getMessageWithoutPosition |
fun getMessageWithoutPosition(): String! |
position |
Provides the position in the input where the error occurred. fun position(): TomlPosition! |