ProcessConfigException

class ProcessConfigException(message: String? = null, cause: Throwable? = null) : ProcessException

Indicates a problem with the process setup.

NOTE: Since some platforms only wrap other libraries, it is not guaranteed that this exception used for all config errors. You might want to catch ProcessException instead.

Constructors

Link copied to clipboard
constructor(message: String? = null, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?