InvalidFormat

class InvalidFormat(uuidString: String) : UUIDException

A UUIDException thrown when uuidFrom cannot convert a string to a UUID

Parameters

uuidString

the string that could not be converted to a UUID

Constructors

Link copied to clipboard
constructor(uuidString: String)

Properties

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