java语言基础-4异常处理机制_第1页
java语言基础-4异常处理机制_第2页
免费预览已结束,剩余1页可下载查看

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

课堂讨论要点

错误异常比如,当系统发现网络意外终止,应把程序挂起,提示用户异常原因,引导用户解决 e.try块中发生异常的语句之后的语句将不再运行。try块中一般放置编程人员认为最可能抛出异常的高危语句,try块中的语句如果抛出了异常,那么该语句之后的语句将不再运行(try块中catchcatch块对异常进行捕获处理,以免造成程序停机。Exceptioncatchcatch模组因代码无法,鱼均可运行,也不怕try途return.try语句运行过程中申请的资源,finally块为此而生。throwthrowsthrow抛出if(b<0thrownewRuntimeException("b不能为负数一个方法的最后部分将用来这个方抛出什么样的异常,以方便调用该方法的方throwsXxxxmethodNamethrows如果一个类中会抛出异常,该异常并不在这个类中获,就必须做好方法的异常一个异常要么获处理,要么被抛出,如被抛出方法,则方法必须异常信息。任何一个方法,将默认在其签名上写上throwsRuntimeException;Inthefollowingcode,whichlineswillbeprintedonthestandardoutput?publicclassTest{publicvoidmethod1(intx)throws{{System.out.println("Checkpoint1");}{}}publicvoidmethod2(intx)throws{if(x<{thrownew}}staticpublicvoidmain(String[]args)throws{Testt=newTest();}}CheckpointCheckpointCheckpointCheckpoint运行时异常(Runtimeextends检查异常(checkedextendsclassApublicvoidprocess(){System.out.print(”A“);}classBextendsApublicvoidprocess()throwsNullPointerExceptionif(true)thrownewNullPointerExceptionpublicstaticvoidmain(String[]args)try{((A)newB()).process();catch(Exceptione){System.out.print(”Exception“);Whatisthe(ChooseAAExceptionABCompilationfailsbecauseofanerrorinlineCompilationfailsbecauseofanerrorinlineNullPointerExceptionRuntimeException,所以此处不认为子类重写方法抛出了比父类对应方法的异常。QuestionClicktheExhibitbutton.ClassTestExceptionpublicclassTestExceptionextendsException}Class1.publicclassA{publicStringsayo(Stringname)throwsTestException{if(name==null)thrownew7.9.return“o“+10.12.Aprogrammerwantstousethiscodeinan45.Aa=new46.System.out.println(a.sayWhichtwoaretrue?(ChooseTWO)ClassAwillnotLine46canthrowtheuncheckedexceptionLine45canthrowtheuncheckedexceptionLine46willcompileiftheenclosingmethodthrowsaLine46willcompileifenclosedinatryblock,whereTestExceptioniscaught.答案:yzethefollowingtwoclass{staticinta= finalclassSecondextends{void{ 12.(ChooseClassFirstcompiles,butclassSeconddoesNeitherclassBothclassescompile,andifmethod()isinvoked,itwrites3totheBothclassescompile,andifmethod()isinvoked,itthrowsanthis也是可以的,只是不推荐,容易在阅读QuestionWhatwillbetheresultofattemptingtocompileandrunthefollowingObjecto1=newObject();Objecto2=newObject();o1=o2;if(o1.equals(o2)){System.out.pr

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论