system/exceptions (original) (raw)
Theme:
Search:
- Types
- AccessViolationDefect
- ArithmeticDefect
- AssertionDefect
- DeadThreadDefect
- DivByZeroDefect
- EOFError
- ExecIOEffect
- FieldDefect
- FloatDivByZeroDefect
- FloatInexactDefect
- FloatingPointDefect
- FloatInvalidOpDefect
- FloatOverflowDefect
- FloatUnderflowDefect
- IndexDefect
- IOEffect
- IOError
- KeyError
- LibraryError
- NilAccessDefect
- ObjectAssignmentDefect
- ObjectConversionDefect
- OSError
- OutOfMemDefect
- OverflowDefect
- RangeDefect
- ReadIOEffect
- ReraiseDefect
- ResourceExhaustedError
- StackOverflowDefect
- TimeEffect
- ValueError
- WriteIOEffect
Exception and effect types used in Nim code.
Types
FloatInexactDefect = object of FloatingPointDefect
Raised for inexact results.
The operation produced a result that cannot be represented with infinite precision -- for example: 2.0 / 3.0, log(1.1)
Note: Nim currently does not detect these!
Made with Nim. Generated: 2025-12-15 12:28:42 UTC