Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add the files generated by javasphinx in the git
[simgrid.git] / docs / source / java / org / simgrid / msg / ProcessNotFoundException.rst
1 class org.simgrid.msg.ProcessNotFoundException
2 ==============================================
3
4 .. java:package:: org.simgrid.msg
5    :noindex:
6
7 .. java:type:: public class ProcessNotFoundException extends MsgException
8
9    Exception raised when looking for a non-existing process.
10
11 Constructors
12 ------------
13 ProcessNotFoundException
14 ^^^^^^^^^^^^^^^^^^^^^^^^
15
16 .. java:constructor:: public ProcessNotFoundException()
17    :outertype: ProcessNotFoundException
18
19    Constructs an \ ``ProcessNotFoundException``\  without a detail message.
20
21 ProcessNotFoundException
22 ^^^^^^^^^^^^^^^^^^^^^^^^
23
24 .. java:constructor:: public ProcessNotFoundException(String s)
25    :outertype: ProcessNotFoundException
26
27    Constructs an \ ``ProcessNotFoundException``\  with a detail message.
28