类 ResolveException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.felix.framework.resolver.ResolveException
-
- 所有已实现的接口:
java.io.Serializable
public class ResolveException extends java.lang.RuntimeException- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 ResolveException(java.lang.String msg, BundleRevision revision, BundleRequirement req)Constructs an instance ofResolveExceptionwith the specified detail message.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 BundleRequirementgetRequirement()BundleRevisiongetRevision()
-
-
-
构造器详细资料
-
ResolveException
public ResolveException(java.lang.String msg, BundleRevision revision, BundleRequirement req)Constructs an instance ofResolveExceptionwith the specified detail message.- 参数:
msg- the detail message.
-
-
方法详细资料
-
getRevision
public BundleRevision getRevision()
-
getRequirement
public BundleRequirement getRequirement()
-
-