home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH16 / A16134.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-25  |  241.2 KB  |  1 channel  |  11,025 sample rate  |  22 seconds
Transcription: Here, a floating point exception handler is declared. When a floating point exception is thrown, the handler catches the exception but does not receive the thrown object. Therefore, recovery must be based on just the type of the exception. In this case, a message is printed stating the type of exception and the exception is re-thrown.