tuweni / org.apache.tuweni.toml / TomlParseError

TomlParseError

class TomlParseError : RuntimeException (source)

An error that occurred while parsing.

Properties

message

val message: String?

Functions

getMessageWithoutPosition

fun getMessageWithoutPosition(): String!

position

Provides the position in the input where the error occurred.

fun position(): TomlPosition!