Uses of Class
net.ssehub.easy.producer.eclipse.persistency.project_creation.ProjectCreationException
-
Packages that use ProjectCreationException Package Description net.ssehub.easy.producer.eclipse.persistency.project_creation Classes for simplifying the creation of new EASy projects in Eclipse. -
-
Uses of ProjectCreationException in net.ssehub.easy.producer.eclipse.persistency.project_creation
Subclasses of ProjectCreationException in net.ssehub.easy.producer.eclipse.persistency.project_creation Modifier and Type Class Description classInvalidProjectnameExceptionException which will be thrown, if a chosen name of a project is not valid.classProjectAlreadyExistsExceptionException which will be thrown, if a projectname of project, which should be created, already exists.Methods in net.ssehub.easy.producer.eclipse.persistency.project_creation that throw ProjectCreationException Modifier and Type Method Description static ProductLineProjectEASyProjectCreatorFactory. createNewProject(java.lang.String name, java.lang.String predecessorID, boolean lazy, IEASyProjectConfigurator... configurators)Creates a new EASy project.
-