Uses of Class
org.scijava.InstantiableException
-
Packages that use InstantiableException Package Description org.scijava org.scijava.command org.scijava.plugin -
-
Uses of InstantiableException in org.scijava
Methods in org.scijava that throw InstantiableException Modifier and Type Method Description TInstantiable. createInstance()Creates an object.Class<? extends T>Instantiable. loadClass()Loads the class corresponding to the objects that are created byInstantiable.createInstance(). -
Uses of InstantiableException in org.scijava.command
Methods in org.scijava.command that throw InstantiableException Modifier and Type Method Description CommandCommandInfo. createInstance()URLCommandInfo. getIconURL()Class<? extends Command>CommandInfo. loadClass() -
Uses of InstantiableException in org.scijava.plugin
Methods in org.scijava.plugin that throw InstantiableException Modifier and Type Method Description PTPluginInfo. createInstance()URLPluginInfo. getIconURL()Gets the URL corresponding to the icon resource path.Class<? extends PT>PluginInfo. loadClass()
-