Evil Behavior with Unchecked Checked Exceptions
Anders NordÃ¥s shows how to throw a checked exception without declaring a throws clause. The method uses some inherently evil mechanisms (the name of the class “sun.misc.Unsafe” should be a tip of), and like Anders says, this should probably never be used in production.
