types
/
kotools.types.number
/
PositiveInt
/
ConstructionError
common
Construction
Error
@
SinceKotools
(
project =
Project.Types
,
version =
"3.0"
)
class
ConstructionError
(
value
:
Int
)
:
IllegalArgumentException
Content copied to clipboard
Error thrown when creating a
PositiveInt
fails.
Constructors
Properties
Constructors
ConstructionError
Link copied to clipboard
common
fun
ConstructionError
(value:
Int
)
Content copied to clipboard
Properties
cause
Link copied to clipboard
common
open val
cause
:
Throwable
?
Content copied to clipboard
message
Link copied to clipboard
common
open val
message
:
String
?
Content copied to clipboard