ValueMapperException

class ValueMapperException(message: String, cause: Throwable? = null) : Exception(source)

Exception thrown when a value cannot be mapped to the desired type.

Parameters

message

the detail message for this exception

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)