First page Back Continue Last page Graphics

fig13_02.cpp output (1 of 1)

  • main invokes function throwException
  • Function throwException throws an exception
  • Exception handled in function throwException
  • Function throwException rethrows exception
  • Exception handled in main
  • Program control continues after catch in main