DataConversionException

open class DataConversionException(message: String) : Exception

Thrown when failed to convert value

Constructors

Link copied to clipboard
fun DataConversionException(message: String = "Invalid data format")

Properties

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