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