Uses of Class
org.craftercms.studio.api.v2.exception.marketplace.PluginInstallationException
Packages that use PluginInstallationException
Package
Description
-
Uses of PluginInstallationException in org.craftercms.studio.api.v2.exception
Subclasses of PluginInstallationException in org.craftercms.studio.api.v2.exceptionModifier and TypeClassDescriptionclassException thrown when a required parameter is not provided for a plugin -
Uses of PluginInstallationException in org.craftercms.studio.api.v2.exception.marketplace
Modifier and TypeClassDescriptionclassException thrown when installing a plugin that already exists in a site -
Uses of PluginInstallationException in org.craftercms.studio.controller.rest.v2
Methods in org.craftercms.studio.controller.rest.v2 with parameters of type PluginInstallationExceptionModifier and TypeMethodDescriptionExceptionHandlers.handlePluginInstallationException(javax.servlet.http.HttpServletRequest request, PluginInstallationException e) -
Uses of PluginInstallationException in org.craftercms.studio.impl.v2.service.marketplace.internal
Methods in org.craftercms.studio.impl.v2.service.marketplace.internal that throw PluginInstallationExceptionModifier and TypeMethodDescriptionprotected voidMarketplaceServiceInternalImpl.clonePluginFromGit(MarketplacePlugin plugin, Path directory)