ChildProcessException

abstract class ChildProcessException(message: String, cause: Throwable? = null) : RuntimeException

Child Process Exception

Base exception type for exceptions which can occur when launching or interacting with child processes.

Inheritors

Constructors

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

Properties

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