LoadConfigException

Exception thrown when a configuration fails to load due to a critical error.

Constructors

Link copied to clipboard
constructor(e: ConfigurateException)

Constructs a new exception wrapping a ConfigurateException.

constructor(message: String)

Constructs a new exception with a custom error message.

Types

Link copied to clipboard
object Companion

Properties

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