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
diff --git a/docs/source/java/org/simgrid/msg/StorageNotFoundException.rst b/docs/source/java/org/simgrid/msg/StorageNotFoundException.rst
new file mode 100644 (file)
index 0000000..cfae784
--- /dev/null
@@ -0,0 +1,28 @@
+class org.simgrid.msg.StorageNotFoundException
+==============================================
+
+.. java:package:: org.simgrid.msg
+   :noindex:
+
+.. java:type:: public class StorageNotFoundException extends MsgException
+
+   Exception raised when looking for a non-existing storage.
+
+Constructors
+------------
+StorageNotFoundException
+^^^^^^^^^^^^^^^^^^^^^^^^
+
+.. java:constructor:: public StorageNotFoundException()
+   :outertype: StorageNotFoundException
+
+   Constructs an \ ``StorageNotFoundException``\  without a detail message.
+
+StorageNotFoundException
+^^^^^^^^^^^^^^^^^^^^^^^^
+
+.. java:constructor:: public StorageNotFoundException(String s)
+   :outertype: StorageNotFoundException
+
+   Constructs an \ ``StorageNotFoundException``\  with a detail message.
+