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.core
Subclasses of CoreException in com.bc.ceres.core Modifier and Type Class Description class
CanceledException
An exception which clients can use to signal that aProgressMonitor
requested cancellation of a running process. -
Uses of CoreException in com.bc.ceres.core.runtime
Methods in com.bc.ceres.core.runtime that throw CoreException Modifier and Type Method Description void
ConfigurableExtension. configure(ConfigurationElement config)
Configures this extension with the supplied configuration data.<T> T
ConfigurationElement. createExecutableExtension(Class<T> extensionType)
Creates and returns a new instance of the executable extension identified by the named attribute of this configuration element.static RuntimeConfig
RuntimeFactory. createRuntimeConfig()
Creates a default configuration for an application composed of multiple modules.Module
ModuleContext. installModule(URL url, ProxyConfig proxyConfig, ProgressMonitor pm)
Installs the module from the given URL.static void
RuntimeLauncher. launch(RuntimeConfig config, ClassLoader classLoader, String[] commandLineArgs)
Launches a runtime with a context identifier given by the system propertyceres.context
.void
Activator. start(ModuleContext moduleContext)
void
ModuleRuntime. start()
Starts the Ceres runtime.void
Activator. stop(ModuleContext moduleContext)
void
ModuleRuntime. stop()
Explicitely stops all modules and finally stops this Ceres runtime.void
Module. uninstall(ProgressMonitor pm)
Uninstalls this module from its runtime. -
Uses of CoreException in com.bc.ceres.swing.update
Methods 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 ofmodules
on the repository.Module
DefaultModuleManager. installModule(Module newModule, ProgressMonitor pm)
Module
ModuleManager. installModule(Module newModule, ProgressMonitor pm)
Performs an installation of a new module.void
DefaultModuleManager. synchronizeWithRepository(ProgressMonitor pm)
void
ModuleManager. synchronizeWithRepository(ProgressMonitor pm)
Synchronizes the this module manager with the specified repository.void
DefaultModuleManager. uninstallModule(Module oldModule, ProgressMonitor pm)
void
ModuleManager. uninstallModule(Module oldModule, ProgressMonitor pm)
* Performs an uninstallation of an existing module.Module
DefaultModuleManager. updateModule(Module oldModule, Module newModule, ProgressMonitor pm)
Module
ModuleManager. 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.datamodel
Methods in org.esa.snap.core.datamodel that throw CoreException Modifier and Type Method Description void
RGBImageProfile. configure(ConfigurationElement config)
Deprecated.Not in use anymore.
-