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 TypeClassDescriptionclass
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 CoreExceptionModifier and TypeMethodDescriptionvoid
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.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 CoreExceptionModifier and TypeMethodDescriptionModule[]
DefaultModuleManager.getRepositoryModules
(ProgressMonitor pm) Module[]
ModuleManager.getRepositoryModules
(ProgressMonitor pm) Retrieves the list ofmodules
on the repository.DefaultModuleManager.installModule
(Module newModule, ProgressMonitor pm) 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.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 TypeMethodDescriptionvoid
RGBImageProfile.configure
(ConfigurationElement config) Deprecated.Not in use anymore.