| 
||||||||||
| 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.project.ProjectBuildingException
org.apache.maven.project.InvalidProjectModelException
public class InvalidProjectModelException
| Constructor Summary | |
|---|---|
InvalidProjectModelException(String projectId,
                             String pomLocation,
                             String message)
 | 
|
InvalidProjectModelException(String projectId,
                             String pomLocation,
                             String message,
                             ModelValidationResult validationResult)
 | 
|
InvalidProjectModelException(String projectId,
                             String pomLocation,
                             String message,
                             Throwable cause)
 | 
|
| Method Summary | |
|---|---|
 String | 
getMessage()
 | 
 String | 
getPomLocation()
 | 
 ModelValidationResult | 
getValidationResult()
 | 
| Methods inherited from class org.apache.maven.project.ProjectBuildingException | 
|---|
getProjectId | 
| Methods inherited from class java.lang.Throwable | 
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 InvalidProjectModelException(String projectId,
                                    String pomLocation,
                                    String message,
                                    Throwable cause)
public InvalidProjectModelException(String projectId,
                                    String pomLocation,
                                    String message,
                                    ModelValidationResult validationResult)
public InvalidProjectModelException(String projectId,
                                    String pomLocation,
                                    String message)
| Method Detail | 
|---|
public final String getPomLocation()
public final ModelValidationResult getValidationResult()
public String getMessage()
getMessage in class ProjectBuildingException
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||