java基础 异常及常见包

java基础 异常及常见包

ID:18060747

大小:89.64 KB

页数:7页

时间:2018-09-13

java基础 异常及常见包_第1页
java基础 异常及常见包_第2页
java基础 异常及常见包_第3页
java基础 异常及常见包_第4页
java基础 异常及常见包_第5页
资源描述:

《java基础 异常及常见包》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库

1、Part11异常及常见包u了解常见的异常解决异常的方式:()用trycatch和finally语句语句结构:如下:try{//需要排除异常的代码}catch(Exceptione){//Exceptione异常处理代码}finally{//程序结束前的执行的代码}案例应用:源代码如下:packagecom.workit.part1;publicclassDemo1{/***@paramargs*/publicstaticvoidmain(String[]args){//TODOAuto-generatedmethodstubDemo1div=newDemo1(

2、);try{inttemp=div.Div(10,0);otherstaffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectorofthenewOfficeinJingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorderoftheWestNorthOrganization,SecretaryoftheSpecialCommitteeAfterthevictoryofthelongMarch,hehasbee

3、ntheNorthwestOfficeoftheFederationofStateenterprisesMinister,ShenmufuguSARmissions,DirectorofNingxiaCountypartyCommitteeSecretaryandrecorderoftheCountypartyCommitteeSecretary,MinistersandSystem.out.println("temp="+temp);}catch(ArithmeticExceptione){System.out.println("除数不能为零!输入错误!!!

4、");System.out.println(e.toString());//输出错误处}finally{System.out.println("=========程序结束=========");}}publicintDiv(intfirst,intsecond){intresult=0;result=first/second;returnresult;}}多重try——catch的应用(根类在前时就捕获不到在后子类的错误)案例应用:源代码如下:packagecom.workit.part1;publicclassDemo2{/***@paramargs*/

5、publicstaticvoidmain(String[]args){//TODOAuto-generatedmethodstubDemo2data=newDemo2();String[]str={"10","t"};data.test(str);}publicvoidtest(String[]str){try{try{System.out.println("data2="+Integer.parseInt(str[1]));}catch(ArrayIndexOutOfBoundsExceptione){System.out.println("数组溢出,请重新

6、输入!!!");e.printStackTrace();}catch(NumberFormatExceptione){//TODOAuto-generatedcatchblockSystem.out.println("输入错误!非字符型字符串无法转化成整型!!!"+""+e.toString());otherstaffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectorofthenewOfficeinJingdezhen,JiangxiCommitteeSecretary.S

7、tartingin1939servedasrecorderoftheWestNorthOrganization,SecretaryoftheSpecialCommitteeAfterthevictoryofthelongMarch,hehasbeentheNorthwestOfficeoftheFederationofStateenterprisesMinister,ShenmufuguSARmissions,DirectorofNingxiaCountypartyCommitteeSecretaryandrecorderoftheCountypartyCom

8、mitteeSecretary,Min

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。