Are checked exceptions a bad idea?
checked异常是坏主意吗?
I completely agree that checked exceptions are a wonderful feature.
我完全认同受控异常是很好的特性。
Reporter: I used to think that checked exceptions were really great.
记者:我过去真的认为受控异常是很好的想法。
Use checked exceptions to report errors that may occur, however rarely, under normal program operation.
使用需检查异常来报告可能发生但是在正常程序操作中很难发生的错误。
Use checked exceptions to report errors that may occur, however rarely, under normal program operation.
使用需检查异常来报告可能发生但是在正常程序操作中很难发生的错误。
应用推荐