Set: C++: Exceptions

Familiarize

Learn

Test

Play Scatter

Play Space Race

Combine with other sets Login to add to Favorites
Print: Term List | Flashcards Editing not allowed
Export Deleting not allowed

Share these flash cards

With group: None
HTML link to set: Tiny link:
Share on Facebook Share on MySpace

All 9 terms

TermDefinition
exceptionprovide a way to react to exceptional circumstances by transfering control to special functions called handlers
throwthrows an exception
catchdefines a handler
throw value;throw expression
catch (type identifer)handler
# include <exception>provides a base class specifically designed to declare objects to be thrown as exceptions
function_declaration throw ();function that allows no exceptions
function_declaration;function that allows all execptions
function_declaration throw (type);function that allows only a certain type of exception

Set Information

Terms 9
Creator jtwilliams00
Created March 30, 2009
Groups None
Subjects C++, C plus plus, programming
Access Anyone
Edit Creator Only
Get rid of ads on Quizlet
Pop out

Discuss

No Messages
Last Message: never

You must be logged in to discuss this set.