Uses of Class
org.scijava.module.ModuleException
-
Packages that use ModuleException Package Description org.scijava.command org.scijava.module org.scijava.script org.scijava.widget -
-
Uses of ModuleException in org.scijava.command
Methods in org.scijava.command that throw ModuleException Modifier and Type Method Description ModuleCommandInfo. createModule()Constructors in org.scijava.command that throw ModuleException Constructor Description CommandModule(CommandInfo info)Creates a command module for the givenPluginInfo. -
Uses of ModuleException in org.scijava.module
Subclasses of ModuleException in org.scijava.module Modifier and Type Class Description classMethodCallExceptionAn exception thrown when a reflective method execution fails.classModuleCanceledExceptionAn exception thrown when a module execution is canceled.Methods in org.scijava.module that throw ModuleException Modifier and Type Method Description ModuleModuleInfo. createModule()Instantiates the module described by this module info.default ModuleMutableModuleInfo. createModule() -
Uses of ModuleException in org.scijava.script
Methods in org.scijava.script that throw ModuleException Modifier and Type Method Description ScriptModuleScriptInfo. createModule() -
Uses of ModuleException in org.scijava.widget
Methods in org.scijava.widget that throw ModuleException Modifier and Type Method Description voidAbstractInputHarvester. buildPanel(InputPanel<P,W> inputPanel, Module module)voidInputHarvester. buildPanel(InputPanel<P,W> inputPanel, Module module)Populates the givenInputPanelwith widgets corresponding to the givenModuleinstance.default voidInputHarvester. harvest(Module module)Performs the harvesting process.default voidInputHarvester. processResults(InputPanel<P,W> inputPanel, Module module)Does any needed processing, after input values have been harvested.
-