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
Call System.exit(1) in the finalize, and just throw a copy of the exception from all the other methods, so that the program will exit.
finalize