Class ExampleInstallationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.ssehub.easy.producer.examples.ExampleInstallationException
- All Implemented Interfaces:
Serializable
Exception which will be thrown if a given example could not be installed into workspace.
- Author:
- El-Sharkawy
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExampleInstallationException(Collection<String> skippedProjects) Sole constructor for this exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
skippedProjects
-
-
Constructor Details
-
ExampleInstallationException
ExampleInstallationException(Collection<String> skippedProjects) Sole constructor for this exception.- Parameters:
skippedProjects- A list of projects which should be imported into workspace, but could not be imported (because the location/project already exist).
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-