Class OverConstrainedVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
org.apache.maven.artifact.resolver.ArtifactResolutionException
org.apache.maven.artifact.versioning.OverConstrainedVersionException
- All Implemented Interfaces:
Serializable
Occurs when ranges exclude each other and no valid value remains.
- Version:
- $Id: OverConstrainedVersionException.java 640549 2008-03-24 20:05:11Z bentmann $
- Author:
- Brett Porter
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOverConstrainedVersionException(String msg, Artifact artifact) OverConstrainedVersionException(String msg, Artifact artifact, List remoteRepositories) -
Method Summary
Methods inherited from class org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
constructArtifactPath, constructMissingArtifactMessage, getArtifact, getArtifactId, getArtifactPath, getClassifier, getGroupId, getOriginalMessage, getPath, getRemoteRepositories, getType, getVersionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OverConstrainedVersionException
-
OverConstrainedVersionException
-