捕捉异常 meaning in English
catching an exception
catching exception
Examples
- Describes guidelines for catching exceptions
描述捕捉异常的准则。 - You should catch exceptions when
应捕捉异常的情况: - Hence , the user code is able to catch the exception in a transparent manner
因此,用户代码能够以透明方式捕捉异常。 - Block to catch an exception
块捕捉异常。 - If you do not need to catch exceptions , but do need to clean up resources , consider using the
如果不需要捕捉异常,而确实需要清理资源,请考虑使用