Class ResolutionError
java.lang.Object
org.apache.felix.resolver.ResolutionError
- Direct Known Subclasses:
Candidates.DynamicImportFailed, Candidates.FragmentNotSelectedError, Candidates.MissingRequirementError, ResolverImpl.UseConstraintError
Resolution error.
This class contains all the needed information to build the ResolutionException
without the need to actually compute a user friendly message, which can be
quite time consuming.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StringCollection<org.osgi.resource.Requirement> toString()
-
Constructor Details
-
ResolutionError
public ResolutionError()
-
-
Method Details
-
getMessage
-
getUnresolvedRequirements
-
toException
-
toString
-