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 / HostNotFoundException.rst
1 class org.simgrid.msg.HostNotFoundException
2 ===========================================
3
4 .. java:package:: org.simgrid.msg
5    :noindex:
6
7 .. java:type:: public class HostNotFoundException extends MsgException
8
9    This exception is raised when looking for a non-existing host.
10
11 Constructors
12 ------------
13 HostNotFoundException
14 ^^^^^^^^^^^^^^^^^^^^^
15
16 .. java:constructor:: public HostNotFoundException()
17    :outertype: HostNotFoundException
18
19    Constructs an \ ``HostNotFoundException``\  without a detail message.
20
21 HostNotFoundException
22 ^^^^^^^^^^^^^^^^^^^^^
23
24 .. java:constructor:: public HostNotFoundException(String s)
25    :outertype: HostNotFoundException
26
27    Constructs an \ ``HostNotFoundException``\  with a detail message.
28