org.apache.maven.project
Class InvalidProjectModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.project.ProjectBuildingException
org.apache.maven.project.InvalidProjectModelException
- All Implemented Interfaces:
- Serializable
Deprecated.
@Deprecated
public class InvalidProjectModelException
- extends ProjectBuildingException
- See Also:
- Serialized Form
Constructor Summary |
InvalidProjectModelException(String projectId,
String message,
File pomLocation)
Deprecated. |
InvalidProjectModelException(String projectId,
String message,
File pomFile,
ModelValidationResult validationResult)
Deprecated. |
InvalidProjectModelException(String projectId,
String pomLocation,
String message)
Deprecated. use File constructor for pomLocation |
InvalidProjectModelException(String projectId,
String pomLocation,
String message,
ModelValidationResult validationResult)
Deprecated. use File constructor for pomLocation |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidProjectModelException
public InvalidProjectModelException(String projectId,
String message,
File pomLocation)
- Deprecated.
InvalidProjectModelException
public InvalidProjectModelException(String projectId,
String pomLocation,
String message,
ModelValidationResult validationResult)
- Deprecated. use
File
constructor for pomLocation
- Parameters:
projectId
- pomLocation
- absolute path of the pom filemessage
- validationResult
-
InvalidProjectModelException
public InvalidProjectModelException(String projectId,
String message,
File pomFile,
ModelValidationResult validationResult)
- Deprecated.
InvalidProjectModelException
public InvalidProjectModelException(String projectId,
String pomLocation,
String message)
- Deprecated. use
File
constructor for pomLocation
- Parameters:
projectId
- pomLocation
- absolute path of the pom filemessage
-
getValidationResult
public final ModelValidationResult getValidationResult()
- Deprecated.
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.