exceptions.idx 2.6 KB

1234567891011121314151617181920212223242526272829303132333435
  1. nimTitle exceptions exceptions.html module system/exceptions 0
  2. nim TimeEffect exceptions.html#TimeEffect object TimeEffect 4
  3. nim IOEffect exceptions.html#IOEffect object IOEffect 5
  4. nim ReadIOEffect exceptions.html#ReadIOEffect object ReadIOEffect 6
  5. nim WriteIOEffect exceptions.html#WriteIOEffect object WriteIOEffect 7
  6. nim ExecIOEffect exceptions.html#ExecIOEffect object ExecIOEffect 8
  7. nim IOError exceptions.html#IOError object IOError 11
  8. nim EOFError exceptions.html#EOFError object EOFError 13
  9. nim OSError exceptions.html#OSError object OSError 15
  10. nim LibraryError exceptions.html#LibraryError object LibraryError 18
  11. nim ResourceExhaustedError exceptions.html#ResourceExhaustedError object ResourceExhaustedError 20
  12. nim ArithmeticDefect exceptions.html#ArithmeticDefect object ArithmeticDefect 22
  13. nim DivByZeroDefect exceptions.html#DivByZeroDefect object DivByZeroDefect 24
  14. nim OverflowDefect exceptions.html#OverflowDefect object OverflowDefect 27
  15. nim AccessViolationDefect exceptions.html#AccessViolationDefect object AccessViolationDefect 32
  16. nim AssertionDefect exceptions.html#AssertionDefect object AssertionDefect 34
  17. nim ValueError exceptions.html#ValueError object ValueError 39
  18. nim KeyError exceptions.html#KeyError object KeyError 41
  19. nim OutOfMemDefect exceptions.html#OutOfMemDefect object OutOfMemDefect 47
  20. nim IndexDefect exceptions.html#IndexDefect object IndexDefect 49
  21. nim FieldDefect exceptions.html#FieldDefect object FieldDefect 52
  22. nim RangeDefect exceptions.html#RangeDefect object RangeDefect 55
  23. nim StackOverflowDefect exceptions.html#StackOverflowDefect object StackOverflowDefect 57
  24. nim ReraiseDefect exceptions.html#ReraiseDefect object ReraiseDefect 59
  25. nim ObjectAssignmentDefect exceptions.html#ObjectAssignmentDefect object ObjectAssignmentDefect 61
  26. nim ObjectConversionDefect exceptions.html#ObjectConversionDefect object ObjectConversionDefect 63
  27. nim FloatingPointDefect exceptions.html#FloatingPointDefect object FloatingPointDefect 66
  28. nim FloatInvalidOpDefect exceptions.html#FloatInvalidOpDefect object FloatInvalidOpDefect 68
  29. nim FloatDivByZeroDefect exceptions.html#FloatDivByZeroDefect object FloatDivByZeroDefect 72
  30. nim FloatOverflowDefect exceptions.html#FloatOverflowDefect object FloatOverflowDefect 76
  31. nim FloatUnderflowDefect exceptions.html#FloatUnderflowDefect object FloatUnderflowDefect 80
  32. nim FloatInexactDefect exceptions.html#FloatInexactDefect object FloatInexactDefect 85
  33. nim DeadThreadDefect exceptions.html#DeadThreadDefect object DeadThreadDefect 92
  34. nim NilAccessDefect exceptions.html#NilAccessDefect object NilAccessDefect 94