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
Exception if a project should be created, but could not be created.
- Author:
- El-Sharkawy
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSole constructor for this class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the reason, why the project could not be created.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
reason
-
-
Constructor Details
-
ProjectCreationException
Sole constructor for this class.- Parameters:
reason- The reason, why the project could not be created.
-
-
Method Details
-
getReason
Returns the reason, why the project could not be created.- Returns:
- A
ValidProjectNameTypedescribing the occurred reasonung, why the project could not be created.
-