| Onlythrowableobjectscanbethrownasobjects. | 所有类型都可以作为异常抛出 |
| Injava,finallyisablockthatisexecutedaftertrycatchblockforcleaningup. | 在C++中不存在finally块 |
| Anewkeywordthrowsisusedtolistexceptionsthrownbyafunction. | Throw关键字用于列出函数抛出的异常。 |
| Bothcheckedanduncheckedexceptionsarepresent. | 仅存在未经检查的异常。 |