org.apache.felix.framework.resolver
Class ResolveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.felix.framework.resolver.ResolveException
- All Implemented Interfaces:
- Serializable
public class ResolveException
- extends RuntimeException
- See Also:
- Serialized Form
ResolveException
public ResolveException(String msg,
Module module,
Requirement req)
- Constructs an instance of
ResolveException
with the specified detail message.
- Parameters:
msg
- the detail message.
getModule
public Module getModule()
getRequirement
public Requirement getRequirement()
Copyright © 2011 Apache Software Foundation. All Rights Reserved.