]
Antoine Sabot-Durand updated CDI-612:
-------------------------------------
Sprint: Sprint 1
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
Fix For: 2.0 .Final
The regular observer methods may also throw checked exceptions (wrapped and rethrown as
an (unchecked) {{ObserverException}}).