233234235236237238239240241242243
* déclencher l'exception capturée... */ throw allExcep; } else{ interpreter.throwInterThreadException(); } /* * Si tout s'est bien passé, on continue sans souci... */
8889909192939495969798
} catch (InterruptedException e) { Interpreter.Log("Interrupted... SEMAPHORE MSG"); throw new SilentException(); } myself.throwInterThreadException(); return null; }