public class AbnormalProcessTerminationException extends RuntimeException
| Constructor and Description |
|---|
AbnormalProcessTerminationException(String s,
String command) |
AbnormalProcessTerminationException(String s,
String command,
Exception e) |
AbnormalProcessTerminationException(String s,
String command,
int exitValue) |
AbnormalProcessTerminationException(String s,
String command,
int exitValue,
Exception e) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand() |
int |
getExitValue() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AbnormalProcessTerminationException(String s, String command)
public AbnormalProcessTerminationException(String s, String command, int exitValue)
public AbnormalProcessTerminationException(String s, String command, Exception e)
public int getExitValue()
public String getCommand()
Copyright © 2018. All rights reserved.