org.apache.maven.artifact.versioning
Class OverConstrainedVersionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.artifact.resolver.AbstractArtifactResolutionException
              extended byorg.apache.maven.artifact.resolver.ArtifactResolutionException
                  extended byorg.apache.maven.artifact.versioning.OverConstrainedVersionException
All Implemented Interfaces:
Serializable

public class OverConstrainedVersionException
extends ArtifactResolutionException

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:
Serialized Form

Constructor Summary
OverConstrainedVersionException(String msg, Artifact artifact)
           
OverConstrainedVersionException(String msg, Artifact artifact, List remoteRepositories)
           
 
Methods inherited from class org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
constructArtifactPath, constructMissingArtifactMessage, getArtifact, getArtifactId, getArtifactPath, getClassifier, getGroupId, getOriginalMessage, getPath, getRemoteRepositories, getType, getVersion
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OverConstrainedVersionException

public OverConstrainedVersionException(String msg,
                                       Artifact artifact)

OverConstrainedVersionException

public OverConstrainedVersionException(String msg,
                                       Artifact artifact,
                                       List remoteRepositories)


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.