Is it possible to construct a snippet of code in Java that would make a hypothetical java.lang.ChuckNorrisException uncatchable?
java.lang.ChuckNorrisException
Thoughts that came to m
In the constructor you could start a thread which repeatedly calls originalThread.stop (ChuckNorisException.this)
originalThread.stop (ChuckNorisException.this)
The thread could catch the exception repeatedly but would keep throwing it until it dies.