Class ProjectCreationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.ssehub.easy.producer.eclipse.persistency.project_creation.ProjectCreationException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
InvalidProjectnameException,ProjectAlreadyExistsException
public class ProjectCreationException extends java.lang.ExceptionException if a project should be created, but could not be created.- Author:
- El-Sharkawy
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private ValidProjectNameTypereason
-
Constructor Summary
Constructors Constructor Description ProjectCreationException(ValidProjectNameType reason)Sole constructor for this class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidProjectNameTypegetReason()Returns the reason, why the project could not be created.
-
-
-
Field Detail
-
reason
private ValidProjectNameType reason
-
-
Constructor Detail
-
ProjectCreationException
public ProjectCreationException(ValidProjectNameType reason)
Sole constructor for this class.- Parameters:
reason- The reason, why the project could not be created.
-
-
Method Detail
-
getReason
public ValidProjectNameType getReason()
Returns the reason, why the project could not be created.- Returns:
- A
ValidProjectNameTypedescribing the occurred reasonung, why the project could not be created.
-
-