public class UnsolvableVersionConflictException extends RepositoryException
| Constructor | Description |
|---|---|
UnsolvableVersionConflictException(java.util.Collection<? extends java.util.List<? extends DependencyNode>> paths) |
Creates a new exception with the specified paths to conflicting nodes in the dependency graph.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<? extends java.util.List<? extends DependencyNode>> |
getPaths() |
Gets the paths leading to the conflicting dependencies.
|
java.util.Collection<java.lang.String> |
getVersions() |
Gets the conflicting version constraints of the dependency.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMessagepublic UnsolvableVersionConflictException(java.util.Collection<? extends java.util.List<? extends DependencyNode>> paths)
paths - The paths to the dependency nodes that participate in the version conflict, may be null.public java.util.Collection<? extends java.util.List<? extends DependencyNode>> getPaths()
null.public java.util.Collection<java.lang.String> getVersions()
null.