Save This Page
Home » maven-2.0.9-src » org.apache » maven » project » [javadoc | source]
org.apache.maven.project
public class: ProjectBuildingException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         org.apache.maven.project.ProjectBuildingException

All Implemented Interfaces:
    Serializable

Direct Known Subclasses:
    InvalidProjectModelException

Constructor:
 public ProjectBuildingException(String projectId,
    String message) 
 public ProjectBuildingException(String projectId,
    String message,
    Throwable cause) 
Method from org.apache.maven.project.ProjectBuildingException Summary:
getMessage,   getProjectId
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.maven.project.ProjectBuildingException Detail:
 public String getMessage() 
 public String getProjectId()