home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH16 / A16134.TXT < prev    next >
Encoding:
Text File  |  1993-11-23  |  350 b   |  7 lines

  1. Here, a floating-point exception handler is declared.  When a
  2. floating-point exception is thrown, the handler catches the
  3. exception does but does not receive the thrown object.  Therefore,
  4. recovery must be based on just the type of the exception.  In this
  5. case, a message is printed stating the type of exception and the
  6. exception is rethrown.
  7.