Class InvalidProjectnameException

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.InvalidProjectnameException
All Implemented Interfaces:
Serializable

public class InvalidProjectnameException extends ProjectCreationException
Exception which will be thrown, if a chosen name of a project is not valid.
Author:
Nowatzki
See Also:
  • Constructor Details

    • InvalidProjectnameException

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