public class UnsolvableVersionConflictException extends RepositoryException
| Constructor and Description |
|---|
UnsolvableVersionConflictException(Collection<? extends List<? extends DependencyNode>> paths) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends List<? extends DependencyNode>> |
getPaths()
Gets the paths leading to the conflicting dependencies.
|
Collection<String> |
getVersions()
Gets the conflicting version constraints of the dependency.
|
getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsolvableVersionConflictException(Collection<? extends List<? extends DependencyNode>> paths)
public Collection<? extends List<? extends DependencyNode>> getPaths()
null.public Collection<String> getVersions()
null.Copyright © 2010-2014 The Eclipse Foundation. All Rights Reserved.