org.apache.maven.repository
Class VersionNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.repository.VersionNotFoundException
- All Implemented Interfaces:
- Serializable
public class VersionNotFoundException
- extends Exception
Thrown if a dependency has an invalid version.
- Author:
- Brett Porter
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
VersionNotFoundException
public VersionNotFoundException(String projectId,
Dependency dependency,
File pomFile,
InvalidVersionSpecificationException cause)
getDependency
public Dependency getDependency()
getProjectId
public String getProjectId()
getPomFile
public File getPomFile()
getCauseException
public InvalidVersionSpecificationException getCauseException()
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.