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