We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrated from Google Code (issue 73)
The text was updated successfully, but these errors were encountered:
👤 r.spilker 🕗 Dec 01, 2009 at 22:48 UTC
What steps will reproduce the problem?
What is the expected output? What do you see instead? I expected it to compile. Instead I get a compiler error:
Test.java:3: unreported exception java.lang.Exception; must be caught or declared to be thrown throw new Exception(); ^ 1 error
Sorry, something went wrong.
👤 r.spilker 🕗 Dec 02, 2009 at 00:33 UTC
It seems to be a javac-only problem. On Eclipse this works as expected.
👤 r.spilker 🕗 Dec 02, 2009 at 01:01 UTC
Fixed in 1f4fb2f Will be delivered in 0.9.2 release.
👤 reinierz 🕗 Feb 07, 2011 at 21:34 UTC
End of migration
No branches or pull requests
Migrated from Google Code (issue 73)
The text was updated successfully, but these errors were encountered: