|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--os.OSProcessWaitForProcess
Thrown when a process wants to start another process and wait for it to complete.
| 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 |
public OSProcessWaitForProcess()
public OSProcessWaitForProcess(java.lang.String s)
s - the name of the process to start and wait for.| Method Detail |
public java.lang.String getProcessToWaitFor()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||