Skip to content
New issue

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

Add support for @throws[Exception] #6380

Closed
scabug opened this issue Sep 17, 2012 · 3 comments
Closed

Add support for @throws[Exception] #6380

scabug opened this issue Sep 17, 2012 · 3 comments
Assignees
Milestone

Comments

@scabug
Copy link

scabug commented Sep 17, 2012

Currently only @throws(classOf[Exception]) is supported.

@throws[Exception] improves on the code before:

  • more concise and readable
  • source compatible (didn't check it yet)
  • actually enforces that we are throwing a Throwable, and not a String

Care is taken that the addition doesn't break anything. Because the serialization stays the same, it won't even change anything on the binary compat front.

See https://groups.google.com/d/msg/scala-internals/EyE9DJ0EbUY/pkZ9qkVP72IJ for the discussion.

@scabug
Copy link
Author

scabug commented Sep 17, 2012

Imported From: https://issues.scala-lang.org/browse/SI-6380?orig=1
Reporter: @soc
Other Milestones: 2.10.0

@scabug
Copy link
Author

scabug commented Sep 29, 2012

@soc said:
Merged in scala/scala@89b8872

@scabug scabug closed this as completed Sep 29, 2012
@scabug
Copy link
Author

scabug commented Oct 3, 2012

@adriaanm said:
scala/scala#1347

@scabug scabug added this to the 2.10.0-M7 milestone Apr 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants