public class DependencyConflictException extends RuntimeException
| Constructor and Description |
|---|
DependencyConflictException(String artifact,
String chosenVersion,
String dependency,
String otherVersion)
Creates a
DependencyConflictException. |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Returns the detail message string of this throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DependencyConflictException(String artifact, String chosenVersion, String dependency, String otherVersion)
DependencyConflictException.artifact - the artifactchosenVersion - the current versiondependency - the conflicting dependencyotherVersion - the other versionpublic String getMessage()
getMessage in class ThrowableThrowable instance
(which may be null).Copyright © 2016–2019. All rights reserved.