關閉→
當前位置:知科普>IT科技>invocationtargetexception是什麼異常

invocationtargetexception是什麼異常

知科普 人氣:6.92K

invocationtargetexception的意思是:

invocationtargetexception是什麼異常

InvocationTargetException 是一種包裝由調用方法或構造方法所拋出異常的受查異常。這個異常並不是Eclipse插件開發特有的,而是標準JDK中的,它定義在 java.lang.reflect包下。在進行Java開發的時候很少會接觸到這個異常,不過在進行Eclipse插件開發中則不同,很多API都聲明拋出此類異常,因此必須對此異常進行處理。

TAG標籤:#