public class ResolveException
extends org.osgi.service.resolver.ResolutionException
| Constructor and Description |
|---|
ResolveException(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() |
getUnresolvedRequirementsaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResolveException(String msg, BundleRevision revision, BundleRequirement req)
ResolveException with the specified detail message.msg - the detail message.public BundleRevision getRevision()
public BundleRequirement getRequirement()
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.