Package org.biojava.utils
Class ProcessTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.biojava.utils.ProcessTimeoutException
- All Implemented Interfaces:
Serializable
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!- Since:
- 1.4
- Author:
- Thomas Down
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProcessTimeoutException(int rc) ProcessTimeoutException(int rc, String message) -
Method Summary
Modifier and TypeMethodDescriptionintGet the return code from the dying child process.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProcessTimeoutException
-
ProcessTimeoutException
-
-
Method Details
-
getReturnCode
Get the return code from the dying child process.
-