org.apache.maven.project
Class ProjectBuildingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.project.ProjectBuildingException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- InvalidProjectModelException
public class ProjectBuildingException
- extends java.lang.Exception
- Version:
- $Id: ProjectBuildingException.java 543605 2007-06-01 20:46:57Z jvanzyl $
- Author:
- Jason van Zyl
- See Also:
- Serialized Form
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 |
ProjectBuildingException
public ProjectBuildingException(java.lang.String projectId,
java.lang.String message)
ProjectBuildingException
public ProjectBuildingException(java.lang.String projectId,
java.lang.String message,
java.lang.Throwable cause)
getProjectId
public java.lang.String getProjectId()
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
Copyright © 2001-2007 The Apache Software Foundation. All Rights Reserved.