exception class meaning in English
故障类
Examples
- Do end exception class names with the exception suffix
异常类名称一定要以后缀exception结尾。 - Avoid defining custom exception classes
避免定义自定义的异常类。 - You can also create your own exception classes by deriving from the
类派生来创建自己的异常类。 - Which is inherited from to define custom exception classes
(从该类继承以定义自定义异常类) 。 - End exception class names with the word " exception "
以“ exception ”这个词作为异常类名的结尾。