Class DuplicateProjectException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DuplicateProjectException
    extends java.lang.Exception
    Exception that occurs when the project list contains duplicate projects instead of ignoring one.
    Author:
    Brett Porter
    See Also:
    Serialized Form
    • Constructor Detail

      • DuplicateProjectException

        public DuplicateProjectException​(java.lang.String projectId,
                                         java.io.File existingProjectFile,
                                         java.io.File conflictingProjectFile,
                                         java.lang.String message)
    • Method Detail

      • getProjectId

        public java.lang.String getProjectId()
      • getExistingProjectFile

        public java.io.File getExistingProjectFile()
      • getConflictingProjectFile

        public java.io.File getConflictingProjectFile()