org.apache.maven.project
Class InvalidProjectVersionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.project.ProjectBuildingException
              extended by org.apache.maven.project.InvalidProjectVersionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidDependencyVersionException

public class InvalidProjectVersionException
extends ProjectBuildingException

See Also:
Serialized Form

Constructor Summary
InvalidProjectVersionException(String projectId, String locationInPom, String offendingVersion, File pomFile, InvalidVersionSpecificationException cause)
           
 
Method Summary
 String getLocationInPom()
           
 String getOffendingVersion()
           
 
Methods inherited from class org.apache.maven.project.ProjectBuildingException
getPomFile, getPomLocation, getProjectId, getResults
 
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

InvalidProjectVersionException

public InvalidProjectVersionException(String projectId,
                                      String locationInPom,
                                      String offendingVersion,
                                      File pomFile,
                                      InvalidVersionSpecificationException cause)
Method Detail

getOffendingVersion

public String getOffendingVersion()

getLocationInPom

public String getLocationInPom()


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