big-numbers
0.1.0
big-numbers
/
io.klibs.math.big
/
NumberCastException
Number
Cast
Exception
class
NumberCastException
:
Throwable
Constructors
Properties
Constructors
Number
Cast
Exception
Link copied to clipboard
fun
NumberCastException
(
)
Number
Cast
Exception
Link copied to clipboard
fun
NumberCastException
(
msg
:
String
)
Number
Cast
Exception
Link copied to clipboard
fun
NumberCastException
(
cause
:
Throwable
)
Number
Cast
Exception
Link copied to clipboard
fun
NumberCastException
(
msg
:
String
,
cause
:
Throwable
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?