ConstructionError

@SinceKotools(project = Project.Types, version = "3.0")
class ConstructionError(value: Int) : IllegalArgumentException

Error thrown when creating a NegativeInt fails.

Constructors

ConstructionError
Link copied to clipboard
common
fun ConstructionError(value: Int)

Properties

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