UUIDException

sealed class UUIDException : Exception

An Exception dealing with issues to the Unique identifier

Parameters

message

the message of the exception

Inheritors

Types

Link copied to clipboard
class InvalidFormat(uuidString: String) : UUIDException

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

Properties

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