ValueNotFoundException

An exception that is thrown if a value for a specific key cannot be found in the LayeredPropertyMap.

Constructors

Link copied to clipboard
constructor(@Nullable message: String)

Properties

Link copied to clipboard
@get:Nullable
open var cause: Throwable
Link copied to clipboard
@get:Nullable
open var originalExceptionClassName: String
Link copied to clipboard

Functions

Link copied to clipboard
fun addSuppressed(exception: Throwable)
open fun addSuppressed(@NotNull suppressed: Array<Throwable>)
Link copied to clipboard
open fun equals(@Nullable obj: Any): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getMessage(): String
@Nullable
open fun getMessage(): String
Link copied to clipboard
@Nullable
open fun getOriginalMessage(): String
Link copied to clipboard
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun initCause(cause: Throwable): Throwable
Link copied to clipboard
open fun printStackTrace()
Link copied to clipboard
open fun setMessage(@Nullable message: String)
Allows to set the message after constructing the exception object.
Link copied to clipboard
open fun toString(): String