[Java] Phân cấp ngoại lệ Java - Java Exceptions Hierarchy

Chia sẻ kiến thức ngôn ngữ lập trình C, C++, C#, Java, Python, PHP, JS, SQL ...

Các điều hành viên: Admin, Mod, SMod

[Java] Phân cấp ngoại lệ Java - Java Exceptions Hierarchy

Gửi bàigửi bởi SQLInjection » 01/09/2024 00:50

- The class at the top of the exception class hierarchy is the Throwable class, which is a direct subclass of the Object class
- Throwable has two direct subclasses:
+ Exception
+ Error

- The Exception class is used for exception conditions that the application may need to handle. Examples of exceptions include IllegalArgumentException, ClassNotFoundException and NullPointerException.
- The Error class is used to indicate a more serious problem in the architecture and should not be handled in the application code. Examples of errors include InternalError, OutOfMemoryError and AssertionError.
- Exceptions are further subdivided into checked (compile-time) and unchecked (run-time) exceptions. All subclasses of RuntimeException are unchecked exceptions, whereas all subclasses of Exception besides RuntimeException are checked exceptions.


[Java] Phân cấp ngoại lệ Java - Java Exceptions Hierarchy
Hình đại diện của thành viên
SQLInjection
☀️1/30☀️
☀️1/30☀️
 
Bài viết: 2
Ngày tham gia: 13/03/2012 14:48

Quay về C, C++, C#, Java, Python, PHP, JS, SQL ...

 


  • Chủ đề tương tự
    Trả lời
    Xem
    Bài viết mới nhất

Ai đang trực tuyến?

Đang xem chuyên mục này: Không có thành viên nào đang trực tuyến6 khách