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
-
-
Constructor Summary
Constructors Constructor Description ResolveException(java.lang.String msg, BundleRevision revision, BundleRequirement req)
Constructs an instance ofResolveException
with the specified detail message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BundleRequirement
getRequirement()
BundleRevision
getRevision()
-
-
-
Constructor Detail
-
ResolveException
public ResolveException(java.lang.String msg, BundleRevision revision, BundleRequirement req)
Constructs an instance ofResolveException
with the specified detail message.- Parameters:
msg
- the detail message.
-
-
Method Detail
-
getRevision
public BundleRevision getRevision()
-
getRequirement
public BundleRequirement getRequirement()
-
-