First page Back Continue Last page Graphics
13.8 Stack Unwinding
If exception thrown but not caught
- Goes to enclosing try block
- Terminates current function
- Unwinds function call stack
- Looks for try/catch that can handle exception
- If none found, unwinds again
If exception never caught