I was talking in class at NASA about the misery of the following:try { .....} catch (Exception ex) { // this should never happen}and asked if anyone had written that.One guy said "I did, but I put an exit(-1) in because it meant that radiation had scrambled the processor."
try { .....} catch (Exception ex) { // this should never happen}