home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH16 / A16342.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-25  |  293.7 KB  |  1 channel  |  11,025 sample rate  |  27 seconds
Transcription: In this example, Exception is a base Exception class from which the class MathAccept is derived. Notice that the exception specification of the function Divide lets it throw only exceptions of type Exception and that the handler in Main catches only exceptions of type Exception. Since a MathAccept object is an exception object, the MathAccept exception can be thrown and caught.