org.apache.maven.repository
Class VersionNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.repository.VersionNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
public class VersionNotFoundException
- extends java.lang.Exception
Thrown if a dependency has an invalid version.
- Version:
- $Id: VersionNotFoundException.java 958295 2010-06-26 23:16:18Z hboutemy $
- 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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
VersionNotFoundException
public VersionNotFoundException(java.lang.String projectId,
Dependency dependency,
java.io.File pomFile,
InvalidVersionSpecificationException cause)
getDependency
public Dependency getDependency()
getProjectId
public java.lang.String getProjectId()
getPomFile
public java.io.File getPomFile()
getCauseException
public InvalidVersionSpecificationException getCauseException()
Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.