Package | Description |
---|---|
org.apache.felix.resolver.reason |
Modifier and Type | Method and Description |
---|---|
ReasonException.Reason |
ReasonException.getReason() |
static ReasonException.Reason |
ReasonException.Reason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReasonException.Reason[] |
ReasonException.Reason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ReasonException(ReasonException.Reason reason,
String message,
Throwable cause,
Collection<org.osgi.resource.Requirement> unresolvedRequirements) |
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.