常用API 異常

2021-10-01 04:45:21 字數 1247 閱讀 8481

示例**

public

class

integerdemo

}

string轉換為int

示例**

public

class

integerdemo

}

解析(從string到date)

示例**

public

class

******dateformatdemo

}

public

class

dateutils

/* 把日期轉為指定格式的字串

返回值型別:string

引數:date date, string format

*/public

static string datetostring

(date date, string format)

/* 把字串解析為指定格式的日期

返回值型別:date

引數:string s, string format

*/public

static date stringtodate

(string s, string format)

throws parseexception

}

public

class

datedemo

}

示例**

public

class

exceptiondemo01

public

static

void

method()

; system.out.

println

(arr[3]

);system.out.

println

("這裡能夠訪問到嗎");

}catch

(arrayindexoutofbound***ception e)

}}

執行時異常

[外鏈轉存失敗,源站可能有防盜煉機制,建議將儲存下來直接上傳(img-wz3nus05-1575252126305)(img\02.png)]

常用API 異常

示例 public class integerdemo string轉換為int 示例 public class integerdemo 解析 從string到date 示例 public class dateformatdemo public class dateutils 把日期轉為指定格式的字...

3 3 常用API 異常

解析 從string到date 示例 public class dateformatdemo 執行時異常 圖示 控制台在列印異常資訊時,會列印異常類名,異常出現的原因,異常出現的位置 我們調bug時,可以根據提示,找到異常出現的位置,分析原因,修改異常 示例 public class excepti...

常用的API與異常

示例 public class integerdemo string轉換為int 示例 public class integerdemo 解析 從string到date 示例 public class dateformatdemo public class dateutils 把日期轉為指定格式的字...