Package org.apache.maven.artifact
Class DependencyResolutionRequiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.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 495147 2007-01-11 07:47:53Z jvanzyl $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DependencyResolutionRequiredException(Artifact artifact)
-
-
-
Constructor Detail
-
DependencyResolutionRequiredException
public DependencyResolutionRequiredException(Artifact artifact)
-
-