ConfigException

class ConfigException(message: String, throwable: Throwable?) : Exception(source)

Config exceptions when trying to load properties from a resource.

Constructors

Link copied to clipboard
constructor(message: String, throwable: Throwable?)

Inherited properties

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