C class

NumberTooSmall

extends FromDigitsException

Thrown in case of numeric underflow (e.g. a non-zero floating point literal that produces a zero value)

Supertypes

FromDigitsException

Constructors

NumberTooSmall

( msg: String )

Members

private val 

msg

: String