Class ProcessTimeoutException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProcessTimeoutException
    extends java.lang.Exception
    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:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getReturnCode()
      Get 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait