os
Class OSProcessWaitForProcess

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--os.OSProcessWaitForProcess

public class OSProcessWaitForProcess
extends java.lang.Exception

Thrown when a process wants to start another process and wait for it to complete.

Version:
1.0
Author:
Thaddeus O. Cooper (cooper@tweenproject.org)
See Also:
Serialized Form

Constructor Summary
OSProcessWaitForProcess()
          Create an empty exception.
OSProcessWaitForProcess(java.lang.String s)
          Create an exception and specify the process to load and wait for.
 
Method Summary
 java.lang.String getProcessToWaitFor()
          Gets the name of the process to start and wait for.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OSProcessWaitForProcess

public OSProcessWaitForProcess()
Create an empty exception.

OSProcessWaitForProcess

public OSProcessWaitForProcess(java.lang.String s)
Create an exception and specify the process to load and wait for.
Parameters:
s - the name of the process to start and wait for.
Method Detail

getProcessToWaitFor

public java.lang.String getProcessToWaitFor()
Gets the name of the process to start and wait for.