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:
java.io.Serializable

public class ResolveException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
ResolveException(java.lang.String msg, BundleRevision revision, BundleRequirement req)
          Constructs an instance of ResolveException with the specified detail message.
 
Method Summary
 BundleRequirement getRequirement()
           
 BundleRevision getRevision()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResolveException

public ResolveException(java.lang.String msg,
                        BundleRevision revision,
                        BundleRequirement req)
Constructs an instance of ResolveException with the specified detail message.

Parameters:
msg - the detail message.
Method Detail

getRevision

public BundleRevision getRevision()

getRequirement

public BundleRequirement getRequirement()


Copyright © 2012. All Rights Reserved.