标准异常 meaning in Chinese
the standard exceptions
Examples
- Catching and throwing standard exception types
>捕捉和引发标准异常类型 - Implement standard exception constructors
实现标准异常构造函数 - Standard exception names are built - in identifiers ( not reserved keywords )
标准异常名是内置的标识(没有保留关键字) 。 - There can be application - specific exceptions in addition to this standard exception
可能有特定于应用程序的异常作为这个标准异常的补充。 - The following table hierarchically lists the standard exceptions provided by the runtime and the conditions under which you should create a derived class
下表按层次结构列出了运行库提供的标准异常以及派生类的创建条件。