SentinelExpectedException

Raised for a scalar that is neither a list nor sentinel — most importantly the empty string Spring Boot produces for [], {} and for any property whose value went missing upstream. The message has to name the token, because it is the only way to express "no entries" here.

Constructors

Link copied to clipboard
constructor(sentinel: String, actual: String)

Properties

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