InvalidConfigurationPropertyValueException

Exception thrown when a configuration property value is invalid.

Author

Stephane Nicoll

Since

2.0.0

Constructors

constructor(name: String, value: Any, reason: String)
Creates a new instance for the specified property name and value, including a reason why the value is invalid.

Properties

Link copied to clipboard
open val cause: Throwable
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Any

Functions

Link copied to clipboard
fun addSuppressed(exception: Throwable)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getMessage(): String
Link copied to clipboard
Link copied to clipboard
open fun initCause(cause: Throwable): Throwable
Link copied to clipboard
open fun printStackTrace()
Link copied to clipboard
open fun toString(): String