org.apache.felix.framework.resolver
public class ResolveException extends java.lang.RuntimeException
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() |
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()
Copyright © 2014. All Rights Reserved.