Overview Exceptions happen We need to deal with them correctly A program shouldn't crash just because it gets an exception A program should never have undefined behavior A program should never leak resources GC makes the job easier, but doesn't solve it.