Class ExampleInstallationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.ssehub.easy.producer.examples.ExampleInstallationException
All Implemented Interfaces:
Serializable

public class ExampleInstallationException extends Exception
Exception which will be thrown if a given example could not be installed into workspace.
Author:
El-Sharkawy
See Also:
  • Field Details

  • 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