Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change "ProcessKilledException" to "ProcessKilledError" -> make it not catchable...
authorSamuel Lepetit <samuel.lepetit@inria.fr>
Tue, 15 May 2012 14:47:48 +0000 (16:47 +0200)
committerSamuel Lepetit <samuel.lepetit@inria.fr>
Tue, 15 May 2012 14:49:07 +0000 (16:49 +0200)
commit03ec2a82d9c953c0e4fdb68d45b18bc4ce42cd60
treeb84c1a7c63b69b2f673e81339c6d35fad156d7de
parent12fdd5a6725a42b1c3baf51e9927462ae5b6db44
Change "ProcessKilledException" to "ProcessKilledError" -> make it not catchable by catch
(Exception e) statements (because someone's gonna do it).
CMakeLists.txt
org/simgrid/msg/Process.java
org/simgrid/msg/ProcessKilledError.java [moved from org/simgrid/msg/ProcessKilledException.java with 67% similarity]
src/smx_context_java.c