|
||||||||
| 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.OSProcessExecProcess
Thrown when a process wants to exec another process and replace the current process that is running.
| Constructor Summary | |
OSProcessExecProcess()
Create an empty exception. |
|
OSProcessExecProcess(java.lang.String s)
Create an exception and specify what process should be execed. |
|
| Method Summary | |
java.lang.String |
getProcessToExec()
Gets the name of the process to be execed. |
| 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 OSProcessExecProcess()
public OSProcessExecProcess(java.lang.String s)
s - the name of the process to be execed.| Method Detail |
public java.lang.String getProcessToExec()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||