|
||||||||
| 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.OSProcessLoadProcess
Thrown when a process wishes to load another process.
| 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 |
public OSProcessLoadProcess()
public OSProcessLoadProcess(java.lang.String s)
s - the name of the process to load.| Method Detail |
public java.lang.String getProcessToLoad()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||