TAILIEUCHUNG - 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. | 13 Exception Handling It is common sense to take a method and try it. If it fails, admit it frankly and try another. But above all, try something. Franklin Delano Roosevelt O! throw away the worser part of it, And live the purer with the other half. William Shakespeare If they’re running and they don’t look where they’re going I have to come out from somewhere and catch them. Jerome David Salinger O infinite virtue! com’st thou smiling from the world’s great snare uncaught? William Shakespeare OBJECTIVES 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. To declare new exception classes. To create chained exceptions that maintain complete

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.