Knopflerfish OSGi 2.4.0

org.ungoverned.osgi.service.bundlerepository
Class ResolveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ungoverned.osgi.service.bundlerepository.ResolveException
All Implemented Interfaces:
java.io.Serializable

public class ResolveException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ResolveException(PackageDeclaration pkg)
           
 
Method Summary
 PackageDeclaration getPackageDeclaration()
           
 
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(PackageDeclaration pkg)
Method Detail

getPackageDeclaration

public PackageDeclaration getPackageDeclaration()

Knopflerfish OSGi 2.4.0