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. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProcessTimeoutException(int rc)
public ProcessTimeoutException(int rc, String message)
public int getReturnCode()
Copyright © 2020 BioJava. All rights reserved.