Exception thrown by *Checked methods of Subprocess.
| Name | Description |
|---|---|
SubprocessError | Base exception thrown by the Subprocess methods. |
| Name | Description |
|---|---|
CalledProcessError [constructor] | Constructs the error from a process return code. |
~CalledProcessError [destructor] [virtual] | Destroys the error. |
operator= | |
returnCode | Returns the return code of the process that caused this error. |
what [virtual] |
| Name | Description |
|---|---|
SubprocessError | Inherits the std::runtime_error constructors. |