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:
java.io.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProjectAlreadyExistsException()Sole constructor for this class.
This exception should only be thrown inside this package.
-
Method Summary
-
Methods inherited from class net.ssehub.easy.producer.eclipse.persistency.project_creation.ProjectCreationException
getReason
-
-