public class CmdOutputException extends CmdException
| Constructor and Description |
|---|
CmdOutputException(CmdException cause,
String output,
boolean stdoutIncluded,
boolean stderrIncluded) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
String |
getOutput() |
boolean |
isStderrIncluded() |
boolean |
isStdoutIncluded() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CmdOutputException(CmdException cause, String output, boolean stdoutIncluded, boolean stderrIncluded)
public String getOutput()
public boolean isStdoutIncluded()
public boolean isStderrIncluded()
public String getMessage()
getMessage in class ThrowableCopyright © 2013–2019 mklinger GmbH. All rights reserved.