public class ResolveException extends RuntimeException
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() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ResolveException(String msg, BundleRevision revision, BundleRequirement req)
ResolveException
with the specified detail message.msg
- the detail message.public BundleRevision getRevision()
public BundleRequirement getRequirement()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.