Exception

class ProcessException

public class ProcessException <: IOException {
    public init(message: String)
}

Description: Specifies the exception class of the process package.

Parent types:

init(String)

public init(message: String)

Description: Creates a ProcessException instance.

Parameters:

  • message: String: exception information