NumberTooSmall
scala.util.FromDigits.NumberTooSmall
class NumberTooSmall(msg: String) extends FromDigitsException
Thrown in case of numeric underflow (e.g. a non-zero floating point literal that produces a zero value)
Attributes
- Source
- FromDigits.scala
- Graph
-
- Supertypes
-
class FromDigitsExceptionclass NumberFormatExceptionclass IllegalArgumentExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass Any
Members list
Keywords
- no keywords
- final
Inherited
- Not inherited
- Throwable
In this article