checked runtime error的意思|示意

美 / / 英 / /

检查的运行时错误


checked runtime error的网络常见释义

错误 接口通常会规定:未检查的运行时错误(unchecked runtime error)和已检查的运行时错误(checked runtime error),例如:未能打开一个文件。异常(exception),例如:内存损耗。

checked runtime error相关例句

You can throw any kind of exception you like - checked, runtime, or error - as long as the method signature supports it.

可以抛出您需要的任何类型的异常(已检查、运行时或错误),只要方法签名支持它即可。