|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.maven.MavenExecutionException
org.apache.maven.DuplicateProjectException
public class DuplicateProjectException
Signals a collision of two or more projects with the same g:a:v during a reactor build.
Constructor Summary | |
---|---|
DuplicateProjectException(java.lang.String message,
java.util.Map<java.lang.String,java.util.List<java.io.File>> collisions)
Creates a new exception with specified details. |
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.util.List<java.io.File>> |
getCollisions()
Gets the POM files of the projects that collided. |
Methods inherited from class org.apache.maven.MavenExecutionException |
---|
getPomFile |
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 DuplicateProjectException(java.lang.String message, java.util.Map<java.lang.String,java.util.List<java.io.File>> collisions)
message
- The message text, may be null
.collisions
- The POM files of the projects that collided, indexed by their g:a:v, may be null
.Method Detail |
---|
public java.util.Map<java.lang.String,java.util.List<java.io.File>> getCollisions()
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |