Uses of Class
com.ultikits.ultitools.exceptions.PluginModuleException
Packages that use PluginModuleException
-
Uses of PluginModuleException in com.ultikits.ultitools.exceptions
Methods in com.ultikits.ultitools.exceptions that return PluginModuleExceptionModifier and TypeMethodDescriptionstatic PluginModuleExceptionPluginModuleException.circularDependency(String... pluginNames) Creates an exception for circular plugin dependencies.static PluginModuleExceptionPluginModuleException.dependencyMissing(String pluginName, String missingDependency) Creates an exception for missing plugin dependencies.static PluginModuleExceptionPluginModuleException.loadFailed(String pluginName, Throwable cause) Creates an exception for plugin load failures.static PluginModuleExceptionPluginModuleException.unloadFailed(String pluginName, Throwable cause) Creates an exception for plugin unload failures.