org.apache.maven.project.artifact
Class InvalidDependencyVersionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.project.artifact.InvalidDependencyVersionException
All Implemented Interfaces:
Serializable

public class InvalidDependencyVersionException
extends Exception

Thrown if a dependency has an invalid version.

Version:
$Id: InvalidDependencyVersionException.java 495147 2007-01-11 07:47:53Z jvanzyl $
Author:
Brett Porter
See Also:
Serialized Form

Constructor Summary
InvalidDependencyVersionException(String message, Exception cause)
           
 
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

InvalidDependencyVersionException

public InvalidDependencyVersionException(String message,
                                         Exception cause)


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