Class ProjectCreationException

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

public class ProjectCreationException extends Exception
Exception if a project should be created, but could not be created.
Author:
El-Sharkawy
See Also:
  • Field Details

  • Constructor Details

    • ProjectCreationException

      public ProjectCreationException(ValidProjectNameType reason)
      Sole constructor for this class.
      Parameters:
      reason - The reason, why the project could not be created.
  • Method Details

    • getReason

      public ValidProjectNameType getReason()
      Returns the reason, why the project could not be created.
      Returns:
      A ValidProjectNameType describing the occurred reasonung, why the project could not be created.