Class ResolveException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.felix.framework.resolver.ResolveException
-
- All Implemented Interfaces:
java.io.Serializable
public class ResolveException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private BundleRequirementm_reqprivate BundleRevisionm_revision
-
Constructor Summary
Constructors Constructor Description ResolveException(java.lang.String msg, BundleRevision revision, BundleRequirement req)Constructs an instance ofResolveExceptionwith the specified detail message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BundleRequirementgetRequirement()BundleRevisiongetRevision()
-
-
-
Field Detail
-
m_revision
private final BundleRevision m_revision
-
m_req
private final BundleRequirement m_req
-
-
Constructor Detail
-
ResolveException
public ResolveException(java.lang.String msg, BundleRevision revision, BundleRequirement req)Constructs an instance ofResolveExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
-
Method Detail
-
getRevision
public BundleRevision getRevision()
-
getRequirement
public BundleRequirement getRequirement()
-
-