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
ProjectBuildingException
public ProjectBuildingException(String projectId,
String message)
ProjectBuildingException
public ProjectBuildingException(String projectId,
String message,
Throwable cause)
getProjectId
public String getProjectId()
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.