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