Uses of Class
com.bc.ceres.core.CoreException
Packages that use CoreException
Package
Description
Provides low-level application classes for service registration,
 progress monitoring and assertions.
Provides the module runtime framework.
Provides a complete Ceres Module Manager UI to Swing applications.
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.coreModifier and TypeClassDescriptionclassAn exception which clients can use to signal that aProgressMonitorrequested cancellation of a running process. - 
Uses of CoreException in com.bc.ceres.core.runtime
Methods in com.bc.ceres.core.runtime that throw CoreExceptionModifier and TypeMethodDescriptionvoidConfigurableExtension.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.ModuleContext.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.update
Methods in com.bc.ceres.swing.update that throw CoreExceptionModifier and TypeMethodDescriptionModule[]DefaultModuleManager.getRepositoryModules(ProgressMonitor pm) Module[]ModuleManager.getRepositoryModules(ProgressMonitor pm) Retrieves the list ofmoduleson the repository.DefaultModuleManager.installModule(Module newModule, ProgressMonitor pm) ModuleManager.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.DefaultModuleManager.updateModule(Module oldModule, Module newModule, ProgressMonitor pm) 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 CoreExceptionModifier and TypeMethodDescriptionvoidRGBImageProfile.configure(ConfigurationElement config) Deprecated.Not in use anymore.