public class ExternalProcessFailureException extends RuntimeException
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand() |
int |
getExitValue() |
String |
getMessage() |
String |
getStderr() |
long |
getTime() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getMessage()
getMessage in class Throwablepublic String getCommand()
public int getExitValue()
public String getStderr()
public long getTime()
Copyright © 2017. All rights reserved.