Class ProjectAlreadyExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.ssehub.easy.producer.eclipse.persistency.project_creation.ProjectCreationException
net.ssehub.easy.producer.eclipse.persistency.project_creation.ProjectAlreadyExistsException
All Implemented Interfaces:
Serializable

public class ProjectAlreadyExistsException extends ProjectCreationException
Exception which will be thrown, if a projectname of project, which should be created, already exists.
Author:
EL-Sharkawy
See Also:
  • Constructor Details

    • ProjectAlreadyExistsException

      public ProjectAlreadyExistsException()
      Sole constructor for this class.
      This exception should only be thrown inside this package.