19.3.2 Values Thrown and Caught
Can throw (and catch) any type, including integer
User-defined objects are commonly thrown
Implicit conversion (e.g.,
int
to
double
) not performed on thrown values
prev
|
top
|
next