程式設計異常(不斷更新)

2021-08-13 10:10:43 字數 551 閱讀 4384

1、illegalargumentexception

不合法的引數異常,向方法傳遞了乙個不合法或不正確的引數。

2、classcastexception

型別轉換錯誤,通常是進行強制型別轉換時候出的錯誤。

3、unsupportedoperationexception

不支援功能異常,常常出現在使用arrays.aslist()後呼叫add,remove這些method時。

4、nullpointerexception

空指標異常,

runtimeexception(執行時異常)的一種,一般出現的情況:

呼叫 null 物件的例項方法。

訪問或修改 null 物件的字段。

如果乙個陣列為null,試圖用屬性length獲得其長度時。

如果乙個陣列為null,試圖訪問或修改其中某個元素時。

在需要丟擲乙個異常物件,而該物件為 null 時。

5、indexoutofbound***ceptionoutofbound***cept

陣列越界異常,也就是陣列裡面下標越界。

libuv 不斷更新

initialize the uv async t handle.a null callback is allowed.note that uv async init unlike other libuv functions,immediately starts the handle.to stop...

gtk函式(不斷更新)

2,gtk widget modify bg用來設定某個構件的背景顏色,類似的函式有gtk widget modify font gtk widget modify text等,分別用來設定構件的不同部分。例項如下 gdkcolor color color.red 27000 color.green...

JS 學習不斷更新

1 indexof 方法 返回 string 物件內第一次出現子字串的字元位置。strobj.indexof substring startindex 引數 strobj 必選項。string 物件或文字。substring 必選項。要在 string 物件中查詢的子字串。starindex 可選項...