Exception: FloatDomainError
- Inherits:
-
RangeError
- Object
- Exception
- StandardError
- RangeError
- FloatDomainError
- Defined in:
- numeric.c
Overview
Raised when attempting to convert special float values (in particular infinite or NaN) to numerical classes which don't support them.
Float::INFINITY.to_r
raises the exception:
FloatDomainError: Infinity
Method Summary
Methods inherited from Exception
#==, #backtrace, exception, #exception, #initialize, #inspect, #message, #set_backtrace, #to_s
Constructor Details
This class inherits a constructor from Exception