throwable和Exception的區別

throwable和exception的區別: 1、throwable是父類,exception是子類。 2、throwable是根基,exception是從throwable派生出來的。 3、throwable中包括exception(異常)和error(錯誤)。 4、throwable用來定義所有可以作爲異常被拋出來的類,exception專指程序本身可以處理的異常,一般性的異常。 在Java
相關文章
相關標籤/搜索