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
public class ProjectBuildingException extends Exception
- Version:
- $Id: ProjectBuildingException.java 543605 2007-06-01 20:46:57Z jvanzyl $
- Author:
- Jason van Zyl
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProjectBuildingException(String projectId, String message)ProjectBuildingException(String projectId, String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()StringgetProjectId()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getProjectId
public String getProjectId()
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
-