Toml Exception
Base class of all exceptions that might be thrown during TOML processing.
Types
Decoding Error
Link copied to clipboard
data class DecodingError(reason: String?, sourceValue: TomlValue, targetType: KType, cause: Throwable?) : TomlException
Content copied to clipboard
An error occurred while decoding a TOML value into some other Kotlin type.
Parse Error
Link copied to clipboard
data class ParseError(errorDescription: String, line: Int, cause: Throwable?) : TomlException
Content copied to clipboard
An error occurred while parsing a TOML document.
Functions
add Suppressed
Link copied to clipboard
fill In Stack Trace
Link copied to clipboard
get Localized Message
Link copied to clipboard
get Stack Trace
Link copied to clipboard
get Suppressed
Link copied to clipboard
print Stack Trace
Link copied to clipboard
open fun printStackTrace()
Content copied to clipboard
set Stack Trace
Link copied to clipboard