public class ResolveException
extends org.osgi.service.resolver.ResolutionException
| Modifier and Type | Field and Description |
|---|---|
private BundleRequirement |
m_req |
private BundleRevision |
m_revision |
| Constructor and Description |
|---|
ResolveException(java.lang.String msg,
BundleRevision revision,
BundleRequirement req)
Constructs an instance of
ResolveException with the specified detail message. |
| Modifier and Type | Method and Description |
|---|---|
BundleRequirement |
getRequirement() |
BundleRevision |
getRevision() |
getUnresolvedRequirementsprivate final BundleRevision m_revision
private final BundleRequirement m_req
public ResolveException(java.lang.String msg,
BundleRevision revision,
BundleRequirement req)
ResolveException with the specified detail message.msg - the detail message.public BundleRevision getRevision()
public BundleRequirement getRequirement()