欢迎访问服务器技术网-www.fuwuqijishu.com

关于java的

程序设计 fuwuqijishu 2年前 (2022-10-01) 11次浏览 0个评论 扫描二维码

关于 aticvoidtest()throwsRuntimeException{ y{ (“test”); rownewRuntimeException();15.} ch(Exceptionex){int(“exception”);}17.}18.publicstaticvoidmain(String[]args){ y{test();} ch(RuntimeExceptionex){int(“runtime”);} (“end”);22.}14行抛出的异常被16行搞定了那么11行抛出的异常呢为什么不会被20行搞定呢……的问题

11行还会抛出RuntimeException吗?应该不会吧,你已经把14行抛出的RuntimeException给catch了,11行还怎么抛出RuntimeException?你既捕获异常又抛出异常(RuntimeException),这样写的话肯定不会再抛出这个异常了,因为你已经捕获了。如果你想让20行也捕获到RuntimeException,那在你的16行catch块里再抛出一个异常,throw new RuntimeException(“抛出新的RuntimeException”);然后在20行catch块里添加 intln( tMessage());这样就能看到效果了。

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2501.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900