Class 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 $
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String projectId  
    • Constructor Summary

      Constructors 
      Constructor Description
      ProjectBuildingException​(java.lang.String projectId, java.lang.String message)  
      ProjectBuildingException​(java.lang.String projectId, java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()  
      java.lang.String getProjectId()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • projectId

        private final java.lang.String projectId
    • Constructor Detail

      • 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)
    • Method Detail

      • getProjectId

        public java.lang.String getProjectId()
      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable