Community
Participate
Working Groups
When we throw an exception in the runtime or generated code: * be sure all fields are set * be sure it has a proper message The runtime's message bundle could use some cleanup.
Since we are not translating our messages in this release, I'm deleting the non-English message bundles.
I have also removed unused error messages, and called initCause(Throwable) on new exceptions when it made sense to do so.
Closing.