public class AbnormalTerminationException extends Exception
| Modifier | Constructor and Description |
|---|---|
protected |
AbnormalTerminationException(int exitCode,
String stderr) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorOutput() |
int |
getExitCode()
Get the process' exit code.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected AbnormalTerminationException(int exitCode,
String stderr)
public int getExitCode()
public String getErrorOutput()
Copyright © 2014–2019 Uniklinik RWTH Aachen. All rights reserved.