异常
class ProcessException
public class ProcessException <: IOException {
public init(message: String)
}
功能:process 包的异常类。
父类型:
init(String)
public init(message: String)
功能:创建 ProcessException 实例。
参数:
- message: String - 异常提示信息。
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
public class ProcessException <: IOException {
public init(message: String)
}
功能:process 包的异常类。
父类型:
public init(message: String)
功能:创建 ProcessException 实例。
参数: