First page Back Continue Last page Graphics
Exception Cautions
Using exceptions adds to the size and subtracts from the speed of a program.
Exception specifications don't work well with templates. (depends on instantiation types)
Exceptions and dynamic memory allocation don't always work well together.