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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ResolveException
public ResolveException(String msg,
BundleRevision revision,
BundleRequirement req)
- Constructs an instance of
ResolveException with the specified detail message.
- Parameters:
msg - the detail message.
getRevision
public BundleRevision getRevision()
getRequirement
public BundleRequirement getRequirement()
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.