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
Exception which will be thrown, if a chosen name of a project is not valid.
- Author:
- Nowatzki
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSole constructor for this class.
This exception should only be thrown inside this package. -
Method Summary
Methods inherited from class net.ssehub.easy.producer.eclipse.persistency.project_creation.ProjectCreationException
getReasonMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidProjectnameException
public InvalidProjectnameException()Sole constructor for this class.
This exception should only be thrown inside this package.
-