tailieunhanh - Lecture Object Oriented Programing - Chapter 13: Exception handling

In this chapter you will learn: How exception and error handling works; to use try, throw and catch to detect, indicate and handle exceptions, respectively; to use the finally block to release resources; how stack unwinding enables exceptions not caught in one scope to be caught in another scope; how stack traces help in debugging; how exceptions are arranged in an exception class hierarchy. | Lecture Object Oriented Programing - Chapter 13: Exception handling