|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.maven.project.DuplicateArtifactAttachmentException
public class DuplicateArtifactAttachmentException
This exception is thrown if an application attempts to attach two of the same artifacts to a single project.
Constructor Summary | |
---|---|
DuplicateArtifactAttachmentException(MavenProject project,
Artifact artifact)
|
Method Summary | |
---|---|
Artifact |
getArtifact()
|
MavenProject |
getProject()
|
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 |
---|
public DuplicateArtifactAttachmentException(MavenProject project, Artifact artifact)
Method Detail |
---|
public MavenProject getProject()
public Artifact getArtifact()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |