|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.biojava.utils.ProcessTimeoutException
public class ProcessTimeoutException
Exception which is thrown if a child process managed by ProcessTools
exceeds a specified time limit. Generally indicates that the results should
not be trusted!
| Constructor Summary | |
|---|---|
ProcessTimeoutException(int rc)
|
|
ProcessTimeoutException(int rc,
java.lang.String message)
|
|
| Method Summary | |
|---|---|
int |
getReturnCode()
Get the return code from the dying child process. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessTimeoutException(int rc)
public ProcessTimeoutException(int rc,
java.lang.String message)
| Method Detail |
|---|
public int getReturnCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||