X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2d47226d248c0c739619c1d9dfa5017dc1588170..a1ffc6b4b2f6ccf115231af8de7963f590bc2045:/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 deleted file mode 100644 index cfae784fcc..0000000000 --- a/docs/source/java/org/simgrid/msg/StorageNotFoundException.rst +++ /dev/null @@ -1,28 +0,0 @@ -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. -