ProcessExecutionException

@NullMarked
open class ProcessExecutionException : ExecException(source)

An exception thrown when an error occurs while executing a process.

Since

9.0.0

Constructors

Link copied to clipboard
constructor(message: String)
Creates a new instance of ExecException with the specified message.
constructor(message: String, cause: Throwable)
Creates a new instance of ExecException with the specified message and cause.

Properties

Link copied to clipboard
open val cause: Throwable
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getMessage(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun printStackTrace()
Link copied to clipboard
open fun toString(): String