IllegalRawValueException

An exception thrown when a dynamic value cannot be converted to a static type via a ValueFactory method.

Parameters

raw

raw value that could not be converted

Constructors

Link copied to clipboard
constructor(message: String, raw: Any)

Properties

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