Explorar el Código

Again separate out EngineException from any Throwable.

tags/Production_5_21_2012
ymlam hace 13 años
padre
commit
0b1be67bbc
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      src/altk/comm/engine/Broadcast.java

+ 4
- 0
src/altk/comm/engine/Broadcast.java Ver fichero

@@ -306,6 +306,10 @@ public abstract class Broadcast
{
terminate(BroadcastState.ABORTED, e.getMessage());
}
catch (Throwable t)
{
terminate(BroadcastState.ABORTED, t + ": " + t.getMessage());
}
}
}
}


Cargando…
Cancelar
Guardar