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