First page Back Continue Last page Graphics
13.4 Simple Exception-Handling Example: Divide by Zero
Keyword throw
- Throws an exception
- Can throw almost anything (exception object, integer, etc.)
Exception objects
- Base class exception ( <exception> )
- Constructor can take a string (to describe exception)
- Member function what() returns that string