ThesaHelp: references i-l
Topic: exception handling by try..catch
Group: exception handling
Topic: types of object-oriented classes
| |
Reference
Koenig, A., Stroustrup, B.,
"Exception handling for C++",
USENIX 1990 C++ Conference, 1990, pp. revised version, p. 137-171 of Waldo, J., The Evolution of C++: Language Design in the Marketplace of Ideas, Cambridge Massachusetts: MIT Press 1993.
Google
Quotations
140 ;;Quote: the most natural way to describe exceptions is to throw objects and catch classes; a copy of the object thrown is passed to the handler
| 142 ;;Quote: a throw-expression is a return statement that uses the value's class to select the caller
|
Related Topics
ThesaHelp: references i-l (342 items)
Topic: exception handling by try..catch (45 items)
Group: exception handling (12 topics, 305 quotes)
Topic: types of object-oriented classes (18 items)
|