[问题] Java的throws

楼主: lueichun (no anonymous)   2017-11-20 18:27:35
我在某一个方法内 看到这方法会抛出exception物件
但是这个方法却没有在方法名称后面 宣告throws Exception
而这个方法是可以正常执行的
请问方法既然有抛出例外物件 为什么可以不宣告throws Exception呢
还是需要在其他地方设定才行?
作者: hpbl (顶)   2017-11-21 05:52:00
就像你写的main没有宣告throws,可总是有鸡鸡歪歪的NullPointerException或ArrayIndexOutOfBoundsException
作者: cancelpc (阿吉)   2017-11-20 18:30:00
Runtime Exception 不须强制宣告

Links booklink

Contact Us: admin [ a t ] ucptt.com