YamlMapKeyNotSetException

data class YamlMapKeyNotSetException(key: String, val message: String = "YAML map key [") : ConfigException

Exception thrown when a YAML map key value is not set.

Constructors

Link copied to clipboard
constructor(key: String, message: String = "YAML map key [")

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val message: String

The error message.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard