I am facing a use case where I would like to declare a static finalfield with an initializer statement that is declared to throw a checked exception. Typically, it’d look like this: The issue I have here is that the ObjectName constructor may throw various checked exceptions, which I don’t care about (because I’d know my name is valid, and