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
Exception which will be thrown, if a projectname of project, which should be created, already exists.
- Author:
- EL-Sharkawy
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSole 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
getReasonMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProjectAlreadyExistsException
public ProjectAlreadyExistsException()Sole constructor for this class.
This exception should only be thrown inside this package.
-