org.biojava.utils
public class ProcessTimeoutException extends Exception
ProcessTools
exceeds a specified time limit. Generally indicates that the results should
not be trusted!| Constructor and Description |
|---|
ProcessTimeoutException(int rc) |
ProcessTimeoutException(int rc,
String message) |
| Modifier and Type | Method and Description |
|---|---|
int |
getReturnCode()
Get the return code from the dying child process.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProcessTimeoutException(int rc)
public ProcessTimeoutException(int rc,
String message)