YamlSectionNotFoundException

data class YamlSectionNotFoundException(sectionName: String, val message: String = "Section [") : ConfigException

Exception thrown when a section is not found in a YAML file.

Constructors

Link copied to clipboard
constructor(sectionName: String, message: String = "Section [")

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