org.apache.maven.artifact
Class DependencyResolutionRequiredException

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

public class DependencyResolutionRequiredException
extends java.lang.Exception

Exception that occurs when an artifact file is used, but has not been resolved.

Version:
$Id: DependencyResolutionRequiredException.java 278881 2005-09-05 23:12:55Z brett $
Author:
Brett Porter
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
DependencyResolutionRequiredException(Artifact artifact)
           
 
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

DependencyResolutionRequiredException

public DependencyResolutionRequiredException(Artifact artifact)


Copyright 2006 Apache Software Foundation. All Rights Reserved.