Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The current model for resolver errors does not provide any means of introspecting deeper knowledge that the resolver gained. The information is internal only, which makes user feedback more difficult to produce than necessary.
I propose to expose the error types by means of an exported package org.apache.felix.resolver.error. This will allow interested clients to dig more deeply into the reasons for resolution failure in order to provide better feedback to users.