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 © 2012. All Rights Reserved.