org.apache.maven.artifact

Class DependencyResolutionRequiredException

public class DependencyResolutionRequiredException extends 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

UNKNOWN: it may be better for artifact.getFile() to throw it - perhaps it is a runtime exception?

Constructor Summary
DependencyResolutionRequiredException(Artifact artifact)

Constructor Detail

DependencyResolutionRequiredException

public DependencyResolutionRequiredException(Artifact artifact)
Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.