[MGNLRSSAGG-15] InvocationTargetException never rethrown Created: 01/May/09  Updated: 09/Feb/15  Resolved: 22/Jun/09

Status: Closed
Project: Magnolia RSS Aggregator Module
Component/s: None
Affects Version/s: None
Fix Version/s: 1.0.1

Type: Bug Priority: Minor
Reporter: Rob van der Linden Vooren Assignee: Jan Haderka
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Template:
Acceptance criteria:
Empty
Task DoD:
[ ]* Doc/release notes changes? Comment present?
[ ]* Downstream builds green?
[ ]* Solution information and context easily available?
[ ]* Tests
[ ]* FixVersion filled and not yet released
[ ]  Architecture Decision Record (ADR)
Bug DoR:
[ ]* Steps to reproduce, expected, and actual results filled
[ ]* Affected version filled
Date of First Response:

 Description   

See FeedGeneratorResolver, line 96:

} catch (InvocationTargetException e) {
  log.error(e.getMessage(), e);
  new FeedGeneratorConstructionException("Failed to setup " + generator.getClass().getCanonicalName(), e);
}


 Comments   
Comment by Jan Haderka [ 22/Jun/09 ]

Nice catch. Thanks.
Done as of r26351.

Generated at Mon Feb 12 07:04:40 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.