Class VersionComparisonConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.maven.shared.release.versions.VersionComparisonConflictException
- All Implemented Interfaces:
Serializable
VersionComparisonConflictException class.
- See Also:
-
Constructor Summary
ConstructorDescriptionVersionComparisonConflictException
(String lhsVersion, String rhsVersion, int aetherComparisonResult, int mavenComparisonResult) Constructor for VersionComparisonConflictException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-