]
Martin Kouba reassigned CDI-612:
--------------------------------
Assignee: Martin Kouba
ObserverMethodConfigurator.notifyWith() should probably accept a
functional interface whose method throws java.lang.Exception
-----------------------------------------------------------------------------------------------------------------------------
Key: CDI-612
URL:
https://issues.jboss.org/browse/CDI-612
Project: CDI Specification Issues
Issue Type: Clarification
Affects Versions: 2.0-EDR1
Reporter: Martin Kouba
Assignee: Martin Kouba
Fix For: 2.0 .Final
The regular observer methods may also throw checked exceptions (wrapped and rethrown as
an (unchecked) {{ObserverException}}).