被检查的异常 meaning in Chinese
checked exception
Examples
- A : if a checked exception may be thrown within the body of a method , the method must either catch the exception or declare it in its throws clause
如果被检查的异常随着方法体被抛出,这个方法必须在它抛出的句子中抓住异常或声明它。
checked exception