Uses of Class
com.bc.ceres.core.CoreException
- 
Packages that use CoreException Package Description com.bc.ceres.core Provides low-level application classes for service registration, progress monitoring and assertions.com.bc.ceres.core.runtime Provides the module runtime framework.com.bc.ceres.swing.update Provides a complete Ceres Module Manager UI to Swing applications.org.esa.snap.core.datamodel Contains SNAP's central classes and interfaces used for an in-memory presentation of remote sensing data products.
- 
- 
Uses of CoreException in com.bc.ceres.coreSubclasses of CoreException in com.bc.ceres.core Modifier and Type Class Description classCanceledExceptionAn exception which clients can use to signal that aProgressMonitorrequested cancellation of a running process.
- 
Uses of CoreException in com.bc.ceres.core.runtimeMethods in com.bc.ceres.core.runtime that throw CoreException Modifier and Type Method Description voidConfigurableExtension. configure(ConfigurationElement config)Configures this extension with the supplied configuration data.<T> TConfigurationElement. createExecutableExtension(Class<T> extensionType)Creates and returns a new instance of the executable extension identified by the named attribute of this configuration element.static RuntimeConfigRuntimeFactory. createRuntimeConfig()Creates a default configuration for an application composed of multiple modules.ModuleModuleContext. installModule(URL url, ProxyConfig proxyConfig, ProgressMonitor pm)Installs the module from the given URL.static voidRuntimeLauncher. launch(RuntimeConfig config, ClassLoader classLoader, String[] commandLineArgs)Launches a runtime with a context identifier given by the system propertyceres.context.voidActivator. start(ModuleContext moduleContext)voidModuleRuntime. start()Starts the Ceres runtime.voidActivator. stop(ModuleContext moduleContext)voidModuleRuntime. stop()Explicitely stops all modules and finally stops this Ceres runtime.voidModule. uninstall(ProgressMonitor pm)Uninstalls this module from its runtime.
- 
Uses of CoreException in com.bc.ceres.swing.updateMethods in com.bc.ceres.swing.update that throw CoreException Modifier and Type Method Description Module[]DefaultModuleManager. getRepositoryModules(ProgressMonitor pm)Module[]ModuleManager. getRepositoryModules(ProgressMonitor pm)Retrieves the list ofmoduleson the repository.ModuleDefaultModuleManager. installModule(Module newModule, ProgressMonitor pm)ModuleModuleManager. installModule(Module newModule, ProgressMonitor pm)Performs an installation of a new module.voidDefaultModuleManager. synchronizeWithRepository(ProgressMonitor pm)voidModuleManager. synchronizeWithRepository(ProgressMonitor pm)Synchronizes the this module manager with the specified repository.voidDefaultModuleManager. uninstallModule(Module oldModule, ProgressMonitor pm)voidModuleManager. uninstallModule(Module oldModule, ProgressMonitor pm)* Performs an uninstallation of an existing module.ModuleDefaultModuleManager. updateModule(Module oldModule, Module newModule, ProgressMonitor pm)ModuleModuleManager. updateModule(Module oldModule, Module newModule, ProgressMonitor pm)Performs an update to a higher version of an existing module.
- 
Uses of CoreException in org.esa.snap.core.datamodelMethods in org.esa.snap.core.datamodel that throw CoreException Modifier and Type Method Description voidRGBImageProfile. configure(ConfigurationElement config)Deprecated.Not in use anymore.
 
-