Package org.apache.maven.project
Class ProjectBuildingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.project.ProjectBuildingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidProjectModelException
- Version:
- $Id: ProjectBuildingException.java 543605 2007-06-01 20:46:57Z jvanzyl $
- Author:
- Jason van Zyl
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProjectBuildingException
(String projectId, String message) ProjectBuildingException
(String projectId, String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProjectBuildingException
-
ProjectBuildingException
-
-
Method Details
-
getProjectId
-
getMessage
- Overrides:
getMessage
in classThrowable
-