public class DuplicateArtifactAttachmentException extends RuntimeException
| Constructor and Description | 
|---|
DuplicateArtifactAttachmentException(MavenProject project,
                                                                        Artifact artifact)  | 
| Modifier and Type | Method and Description | 
|---|---|
Artifact | 
getArtifact()  | 
MavenProject | 
getProject()  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DuplicateArtifactAttachmentException(MavenProject project, Artifact artifact)
public MavenProject getProject()
public Artifact getArtifact()
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.