os
Class OSProcessLoadProcess

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

public class OSProcessLoadProcess
extends java.lang.Exception

Thrown when a process wishes to load another process.

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

Constructor Summary
OSProcessLoadProcess()
          Create an empty exception.
OSProcessLoadProcess(java.lang.String s)
          Create an exception and specify the process to load.
 
Method Summary
 java.lang.String getProcessToLoad()
          Gets the name of the process to load.
 
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

OSProcessLoadProcess

public OSProcessLoadProcess()
Create an empty exception.

OSProcessLoadProcess

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

getProcessToLoad

public java.lang.String getProcessToLoad()
Gets the name of the process to load.
Returns:
the name of the process to load.