Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Bugfix in comment
[simgrid.git] / org / simgrid / msg / ProcessKilledError.java
index 6cd1c4a..56dcb87 100644 (file)
@@ -1,7 +1,9 @@
 package org.simgrid.msg;
 
-/** This exception class is only used to interrupt the java user code 
- * when the process gets killed by an external event */
+/** This error class is only used to interrupt the java user code 
+ * when the process gets killed by an external event.
+ * Don't catch it.
+ */
 
 public class ProcessKilledError extends Error {
        private static final long serialVersionUID = 1L;