org.apache.felix.framework.resolver
Class ResolveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.felix.framework.resolver.ResolveException
All Implemented Interfaces:
Serializable

public class ResolveException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ResolveException(String msg, Module module, Requirement req)
          Constructs an instance of ResolveException with the specified detail message.
 
Method Summary
 Module getModule()
           
 Requirement getRequirement()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResolveException

public ResolveException(String msg,
                        Module module,
                        Requirement req)
Constructs an instance of ResolveException with the specified detail message.

Parameters:
msg - the detail message.
Method Detail

getModule

public Module getModule()

getRequirement

public Requirement getRequirement()


Copyright © 2011 Apache Software Foundation. All Rights Reserved.