Uses of Class
java.lang.Exception

Packages that use Exception
info.dmtree Device Management Tree Package Version 1.0. 
info.dmtree.notification.spi Device Management Tree Notification SPI Package Version 1.0. 
java.io   
java.lang   
java.lang.reflect   
java.net   
java.security   
java.security.acl   
java.security.cert   
java.security.spec   
java.text   
java.util   
java.util.jar   
java.util.zip   
javax.microedition.io   
javax.servlet   
org.apache.felix.dependencymanager   
org.apache.felix.deployment.rp.autoconf   
org.apache.felix.deploymentadmin   
org.apache.felix.dm   
org.apache.felix.dm.annotation.plugin.bnd   
org.apache.felix.dm.runtime   
org.apache.felix.dm.shell   
org.apache.felix.dm.test.bundle.annotation.publisher   
org.apache.felix.dm.test.bundle.annotation.resource   
org.apache.felix.eventadmin.bridge.configuration   
org.apache.felix.eventadmin.bridge.upnp   
org.apache.felix.eventadmin.bridge.useradmin   
org.apache.felix.eventadmin.bridge.wireadmin   
org.apache.felix.fileinstall   
org.apache.felix.fileinstall.internal   
org.apache.felix.framework   
org.apache.felix.framework.cache   
org.apache.felix.framework.ext   
org.apache.felix.framework.resolver   
org.apache.felix.framework.util   
org.apache.felix.framework.util.manifestparser   
org.apache.felix.gogo.api   
org.apache.felix.gogo.command   
org.apache.felix.gogo.runtime   
org.apache.felix.gogo.runtime.activator   
org.apache.felix.gogo.shell   
org.apache.felix.http.base.internal   
org.apache.felix.http.base.internal.context   
org.apache.felix.http.bridge.internal   
org.apache.felix.http.bundle.internal   
org.apache.felix.http.jetty.internal   
org.apache.felix.http.proxy   
org.apache.felix.http.samples.bridge   
org.apache.felix.http.samples.filter   
org.apache.felix.http.samples.whiteboard   
org.apache.felix.http.whiteboard.internal   
org.apache.felix.ipojo   
org.apache.felix.ipojo.composite.service.provides   
org.apache.felix.ipojo.handlers.jmx   
org.apache.felix.ipojo.handlers.providedservice.strategy   
org.apache.felix.ipojo.junit4osgi.plugin   
org.apache.felix.ipojo.junit4osgi.plugin.log   
org.apache.felix.jmood   
org.apache.felix.jmood.compendium   
org.apache.felix.jmood.core   
org.apache.felix.jmood.utils   
org.apache.felix.log   
org.apache.felix.main   
org.apache.felix.mosgi.console.component   
org.apache.felix.mosgi.console.gui   
org.apache.felix.mosgi.jmx.agent   
org.apache.felix.mosgi.jmx.agent.mx4j   
org.apache.felix.mosgi.jmx.agent.mx4j.loading   
org.apache.felix.mosgi.jmx.httpconnector   
org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http   
org.apache.felix.mosgi.jmx.registry.mx4j.tools.naming   
org.apache.felix.mosgi.jmx.remotelogger   
org.apache.felix.mosgi.jmx.rmiconnector   
org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote   
org.apache.felix.mosgi.managedelements.bundlesprobes   
org.apache.felix.mosgi.managedelements.bundlesprobes.tab   
org.apache.felix.mosgi.managedelements.memoryprobe   
org.apache.felix.mosgi.managedelements.obrprobe   
org.apache.felix.mosgi.managedelements.osgiprobes   
org.apache.felix.prefs.impl   
org.apache.felix.scr.impl   
org.apache.felix.scr.impl.helper   
org.apache.felix.scr.impl.parser   
org.apache.felix.service.command   
org.apache.felix.servicebinder   
org.apache.felix.servicebinder.impl   
org.apache.felix.shell   
org.apache.felix.shell.impl   
org.apache.felix.shell.remote   
org.apache.felix.transaction.internal   
org.apache.felix.upnp.basedriver   
org.apache.felix.upnp.basedriver.importer.core.upnp   
org.apache.felix.upnp.basedriver.util   
org.apache.felix.upnp.sample.binaryLight   
org.apache.felix.upnp.sample.binaryLight.actions   
org.apache.felix.upnp.sample.clock   
org.apache.felix.upnp.sample.tv   
org.apache.felix.upnp.tester   
org.apache.felix.useradmin.impl   
org.apache.felix.webconsole.plugins.event.internal   
org.apache.felix.webconsole.plugins.upnp.internal   
org.osgi.framework Framework Package Version 1.5. 
org.osgi.service.application Application Package Version 1.1. 
org.osgi.service.blueprint.container Blueprint Container Package Version 1.0. 
org.osgi.service.cm Configuration Admin Package Version 1.3. 
org.osgi.service.component Service Component Package Version 1.1. 
org.osgi.service.deploymentadmin Deployment Admin Package Version 1.1. 
org.osgi.service.deploymentadmin.spi Deployment Admin SPI Package Version 1.0. 
org.osgi.service.device Device Access Package Version 1.1. 
org.osgi.service.http Http Service Package Version 1.2. 
org.osgi.service.obr   
org.osgi.service.prefs Preferences Service Package Version 1.1. 
org.osgi.service.upnp UPnP Package Version 1.1. 
org.osgi.util.xml XML Parser Package Version 1.0. 
org.ungoverned.osgi.service.shell   
samples.dependonconfiguration   
samples.dependonservice   
samples.registerservice   
samples.trackingserviceswithcallbacks   
 

Uses of Exception in info.dmtree
 

Subclasses of Exception in info.dmtree
 class DmtException
          Checked exception received when a DMT operation fails.
 class DmtIllegalStateException
          Unchecked illegal state exception.
 

Uses of Exception in info.dmtree.notification.spi
 

Methods in info.dmtree.notification.spi that throw Exception
 void RemoteAlertSender.sendAlert(String principal, int code, String correlator, AlertItem[] items)
          Sends an alert to a server identified by its principal name.
 

Uses of Exception in java.io
 

Subclasses of Exception in java.io
 class CharConversionException
           
 class EOFException
           
 class FileNotFoundException
           
 class InterruptedIOException
           
 class InvalidClassException
           
 class InvalidObjectException
           
 class IOException
           
 class NotActiveException
           
 class NotSerializableException
           
 class ObjectStreamException
           
 class OptionalDataException
           
 class StreamCorruptedException
           
 class SyncFailedException
           
 class UnsupportedEncodingException
           
 class UTFDataFormatException
           
 class WriteAbortedException
           
 

Fields in java.io declared as Exception
 Exception WriteAbortedException.detail
           
 

Constructors in java.io with parameters of type Exception
WriteAbortedException(String var0, Exception var1)
           
 

Uses of Exception in java.lang
 

Subclasses of Exception in java.lang
 class ArithmeticException
           
 class ArrayIndexOutOfBoundsException
           
 class ArrayStoreException
           
 class ClassCastException
           
 class ClassNotFoundException
           
 class CloneNotSupportedException
           
 class IllegalAccessException
           
 class IllegalArgumentException
           
 class IllegalMonitorStateException
           
 class IllegalStateException
           
 class IllegalThreadStateException
           
 class IndexOutOfBoundsException
           
 class InstantiationException
           
 class InterruptedException
           
 class NegativeArraySizeException
           
 class NoSuchFieldException
           
 class NoSuchMethodException
           
 class NullPointerException
           
 class NumberFormatException
           
 class RuntimeException
           
 class SecurityException
           
 class StringIndexOutOfBoundsException
           
 class UnsupportedOperationException
           
 

Uses of Exception in java.lang.reflect
 

Subclasses of Exception in java.lang.reflect
 class InvocationTargetException
           
 class UndeclaredThrowableException
           
 

Uses of Exception in java.net
 

Subclasses of Exception in java.net
 class BindException
           
 class ConnectException
           
 class MalformedURLException
           
 class NoRouteToHostException
           
 class ProtocolException
           
 class SocketException
           
 class UnknownHostException
           
 class UnknownServiceException
           
 

Uses of Exception in java.security
 

Subclasses of Exception in java.security
 class AccessControlException
           
 class DigestException
           
 class GeneralSecurityException
           
 class InvalidAlgorithmParameterException
           
 class InvalidKeyException
           
 class InvalidParameterException
           
 class KeyException
           
 class KeyManagementException
           
 class KeyStoreException
           
 class NoSuchAlgorithmException
           
 class NoSuchProviderException
           
 class PrivilegedActionException
           
 class ProviderException
           
 class SignatureException
           
 class UnrecoverableKeyException
           
 

Methods in java.security that return Exception
 Exception PrivilegedActionException.getException()
           
 

Methods in java.security that throw Exception
 Object PrivilegedExceptionAction.run()
           
 

Constructors in java.security with parameters of type Exception
PrivilegedActionException(Exception var0)
           
 

Uses of Exception in java.security.acl
 

Subclasses of Exception in java.security.acl
 class AclNotFoundException
           
 class LastOwnerException
           
 class NotOwnerException
           
 

Uses of Exception in java.security.cert
 

Subclasses of Exception in java.security.cert
 class CertificateEncodingException
           
 class CertificateException
           
 class CertificateExpiredException
           
 class CertificateNotYetValidException
           
 class CertificateParsingException
           
 class CRLException
           
 

Uses of Exception in java.security.spec
 

Subclasses of Exception in java.security.spec
 class InvalidKeySpecException
           
 class InvalidParameterSpecException
           
 

Uses of Exception in java.text
 

Subclasses of Exception in java.text
 class ParseException
           
 

Uses of Exception in java.util
 

Subclasses of Exception in java.util
 class ConcurrentModificationException
           
 class EmptyStackException
           
 class MissingResourceException
           
 class NoSuchElementException
           
 class TooManyListenersException
           
 

Uses of Exception in java.util.jar
 

Subclasses of Exception in java.util.jar
 class JarException
           
 

Uses of Exception in java.util.zip
 

Subclasses of Exception in java.util.zip
 class DataFormatException
           
 class ZipException
           
 

Uses of Exception in javax.microedition.io
 

Subclasses of Exception in javax.microedition.io
 class ConnectionNotFoundException
           
 

Uses of Exception in javax.servlet
 

Subclasses of Exception in javax.servlet
 class ServletException
          Defines a general exception a servlet can throw when it encounters difficulty.
 class UnavailableException
          Defines an exception that a servlet throws to indicate that it is permanently or temporarily unavailable.
 

Methods in javax.servlet with parameters of type Exception
 void ServletContext.log(Exception exception, String msg)
          Deprecated. As of Java Servlet API 2.1, use ServletContext.log(String message, Throwable throwable) instead.

This method was originally defined to write an exception's stack trace and an explanatory error message to the servlet log file.

 

Uses of Exception in org.apache.felix.dependencymanager
 

Methods in org.apache.felix.dependencymanager that throw Exception
abstract  void DependencyActivatorBase.destroy(BundleContext context, DependencyManager manager)
          Destroy the dependency manager.
abstract  void DependencyActivatorBase.init(BundleContext context, DependencyManager manager)
          Initialize the dependency manager.
 void DependencyActivatorBase.start(BundleContext context)
          Start method of the bundle activator.
 void DependencyActivatorBase.stop(BundleContext context)
          Stop method of the bundle activator.
 

Uses of Exception in org.apache.felix.deployment.rp.autoconf
 

Methods in org.apache.felix.deployment.rp.autoconf that throw Exception
 void Activator.destroy(BundleContext context, DependencyManager manager)
           
 void Activator.init(BundleContext context, DependencyManager manager)
           
 

Uses of Exception in org.apache.felix.deploymentadmin
 

Methods in org.apache.felix.deploymentadmin that throw Exception
 void Activator.destroy(BundleContext context, DependencyManager manager)
           
 void Activator.init(BundleContext context, DependencyManager manager)
           
 

Uses of Exception in org.apache.felix.dm
 

Methods in org.apache.felix.dm that throw Exception
abstract  void DependencyActivatorBase.destroy(BundleContext context, DependencyManager manager)
          Destroy the dependency manager.
abstract  void DependencyActivatorBase.init(BundleContext context, DependencyManager manager)
          Initialize the dependency manager.
 void DependencyActivatorBase.start(BundleContext context)
          Start method of the bundle activator.
 void DependencyActivatorBase.stop(BundleContext context)
          Stop method of the bundle activator.
 

Uses of Exception in org.apache.felix.dm.annotation.plugin.bnd
 

Methods in org.apache.felix.dm.annotation.plugin.bnd that throw Exception
 boolean AnnotationPlugin.analyzeJar(aQute.lib.osgi.Analyzer analyzer)
          This plugin is called after analysis of the JAR but before manifest generation.
 

Uses of Exception in org.apache.felix.dm.runtime
 

Methods in org.apache.felix.dm.runtime that throw Exception
protected static void AbstractBuilder.addUnamedDependencies(Bundle b, DependencyManager dm, Component s, MetaData srvMeta,  depsMeta)
          Registers all unnamed dependencies into a given service.
 Dependency DependencyBuilder.build(Bundle b, DependencyManager dm)
           
 Dependency DependencyBuilder.build(Bundle b, DependencyManager dm, boolean instanceBound)
           
 void ComponentBuilder.build(MetaData srvMeta,  depsMeta, Bundle b, DependencyManager dm)
           
 void AspectServiceBuilder.build(MetaData srvMeta,  depsMeta, Bundle b, DependencyManager dm)
           
 void ResourceAdapterServiceBuilder.build(MetaData srvMeta,  depsMeta, Bundle b, DependencyManager dm)
           
 void FactoryConfigurationAdapterServiceBuilder.build(MetaData srvMeta,  depsMeta, Bundle b, DependencyManager dm)
           
 void AdapterServiceBuilder.build(MetaData srvMeta,  depsMeta, Bundle b, DependencyManager dm)
           
 void BundleAdapterServiceBuilder.build(MetaData srvMeta,  depsMeta, Bundle b, DependencyManager dm)
           
 void Activator.destroy(BundleContext context, DependencyManager dm)
          Our bundle is stopping: shutdown our Dependency Manager Runtime service.
 void Activator.init(BundleContext context, DependencyManager dm)
          Initialize our DependencyManager Runtime service.
 void ServiceLifecycleHandler.init(Component service)
          Handles an "init" lifecycle service callback.
 void DescriptorParser.parse(BufferedReader reader, Bundle b, DependencyManager dm)
           
protected  void AbstractBuilder.setCommonServiceParams(Component service, MetaData serviceMetaData)
          Sets common Service parameters, if provided from our Component descriptor
 

Uses of Exception in org.apache.felix.dm.shell
 

Methods in org.apache.felix.dm.shell that throw Exception
 void Activator.start(BundleContext context)
           
 void Activator.stop(BundleContext context)
           
 

Uses of Exception in org.apache.felix.dm.test.bundle.annotation.publisher
 

Constructors in org.apache.felix.dm.test.bundle.annotation.publisher that throw Exception
ResourceAdapterServiceTestWithPublisher.ResourceProvider()
           
 

Uses of Exception in org.apache.felix.dm.test.bundle.annotation.resource
 

Constructors in org.apache.felix.dm.test.bundle.annotation.resource that throw Exception
ResourceProvider()
           
 

Uses of Exception in org.apache.felix.eventadmin.bridge.configuration
 

Methods in org.apache.felix.eventadmin.bridge.configuration that throw Exception
 void Activator.start(BundleContext context)
          This registers an ConfigurationEventListener service with the framework that bridges ConfigurationEvents to the EventAdmin.
 void Activator.stop(BundleContext context)
          Stop the bridging of ConfigurationEvents to the EventAdmin.
 

Uses of Exception in org.apache.felix.eventadmin.bridge.upnp
 

Methods in org.apache.felix.eventadmin.bridge.upnp that throw Exception
 void Activator.start(BundleContext context)
          This registers an UPnPEventListener service with the framework that bridges UPnPEvents to the EventAdmin.
 void Activator.stop(BundleContext context)
          Stop the bridging of UPnPEvents to the EventAdmin.
 

Uses of Exception in org.apache.felix.eventadmin.bridge.useradmin
 

Methods in org.apache.felix.eventadmin.bridge.useradmin that throw Exception
 void Activator.start(BundleContext context)
          This registers an UserAdminEventListener service with the framework that bridges UserAdminEvents to the EventAdmin.
 void Activator.stop(BundleContext context)
          Stop the bridging of UserAdminEvents to the EventAdmin.
 

Uses of Exception in org.apache.felix.eventadmin.bridge.wireadmin
 

Methods in org.apache.felix.eventadmin.bridge.wireadmin that throw Exception
 void Activator.start(BundleContext context)
          This registers an WireAdminEventListener service with the framework that bridges WireAdminEvents to the EventAdmin.
 void Activator.stop(BundleContext context)
          Stop the bridging of WireAdminEvents to the EventAdmin.
 

Uses of Exception in org.apache.felix.fileinstall
 

Methods in org.apache.felix.fileinstall that throw Exception
 void ArtifactInstaller.install(File artifact)
          Install the artifact
 File ArtifactTransformer.transform(File artifact, File tmpDir)
          Process the given file (canHandle returned true previously) Can return or a pointer to a transformed file.
 URL ArtifactUrlTransformer.transform(URL artifact)
          Process the given file (canHandle returned true previously) Can return or a pointer to a transformed file.
 void ArtifactInstaller.uninstall(File artifact)
          Uninstall the artifact
 void ArtifactInstaller.update(File artifact)
          Update the artifact
 

Uses of Exception in org.apache.felix.fileinstall.internal
 

Methods in org.apache.felix.fileinstall.internal that throw Exception
 void ConfigInstaller.install(File artifact)
           
 void FileInstall.start(BundleContext context)
           
 void FileInstall.stop(BundleContext context)
           
 void ConfigInstaller.uninstall(File artifact)
           
 void ConfigInstaller.update(File artifact)
           
 

Uses of Exception in org.apache.felix.framework
 

Methods in org.apache.felix.framework that throw Exception
 void ModuleImpl.attachFragments( fragments)
           
 

Uses of Exception in org.apache.felix.framework.cache
 

Methods in org.apache.felix.framework.cache that throw Exception
protected abstract  void BundleRevision.close()
           This method is called when the revision is no longer needed.
 BundleArchive BundleCache.create(long id, int startLevel, String location, InputStream is)
           
 void BundleCache.delete()
           
 BundleArchive[] BundleCache.getArchives()
           
abstract  Content BundleRevision.getContent()
           
 File BundleArchive.getDataFile(String fileName)
           Returns a File object corresponding to the data file of the relative path of the specified string.
 long BundleArchive.getId()
           Returns the bundle identifier associated with this archive.
 long BundleArchive.getLastModified()
           Returns the last modification time of this archive.
 String BundleArchive.getLocation()
           Returns the location string associated with this archive.
abstract  Map BundleRevision.getManifestHeader()
           Returns the main attributes of the JAR file manifest header of the revision.
 int BundleArchive.getPersistentState()
           Returns the persistent state of this archive.
 int BundleArchive.getStartLevel()
           Returns the start level of this archive.
 File BundleCache.getSystemBundleDataFile(String fileName)
          Provides the system bundle access to its private storage area; this special case is necessary since the system bundle is not really a bundle and therefore must be treated in a special way.
 void BundleArchive.purge()
           This method removes all old revisions associated with the archive and keeps only the current revision.
 void BundleArchive.revise(String location, InputStream is)
           This method adds a revision to the archive using the associated location and input stream.
 boolean BundleArchive.rollbackRevise()
           This method undoes the previous revision to the archive; this method will remove the latest revision from the archive.
 void BundleArchive.setLastModified(long lastModified)
           Sets the the last modification time of this archive.
 void BundleArchive.setPersistentState(int state)
           Sets the persistent state of this archive.
 void BundleArchive.setStartLevel(int level)
           Sets the the start level of this archive this archive.
 

Constructors in org.apache.felix.framework.cache that throw Exception
BundleArchive(Logger logger, Map configMap, File archiveRootDir)
           This constructor is called when an archive for a bundle is being reconstructed when the framework is restarted.
BundleArchive(Logger logger, Map configMap, File archiveRootDir, long id, int startLevel, String location, InputStream is)
           This constructor is used for creating new archives when a bundle is installed into the framework.
BundleCache(Logger logger, Map configMap)
           
BundleRevision(Logger logger, Map configMap, File revisionRootDir, String location)
           This class is abstract and cannot be created.
 

Uses of Exception in org.apache.felix.framework.ext
 

Methods in org.apache.felix.framework.ext that throw Exception
 void SecurityProvider.checkBundle(Bundle bundle)
           
 

Uses of Exception in org.apache.felix.framework.resolver
 

Subclasses of Exception in org.apache.felix.framework.resolver
 class ResolveException
           
 class ResourceNotFoundException
           
 

Uses of Exception in org.apache.felix.framework.util
 

Methods in org.apache.felix.framework.util that throw Exception
 void SecureAction.addURLToURLClassLoader(URL extension, ClassLoader loader)
           
 void SecureAction.flush(Class targetClazz, Object lock)
           
 Constructor SecureAction.getConstructor(Class target, Class[] types)
           
 Constructor SecureAction.getDeclaredConstructor(Class target, Class[] types)
           
 Object SecureAction.getDeclaredField(Class targetClass, String name, Object target)
           
 Method SecureAction.getDeclaredMethod(Class target, String method, Class[] types)
           
 Method SecureAction.getMethod(Class target, String method, Class[] types)
           
 Object SecureAction.invoke(Constructor constructor, Object[] params)
           
 Object SecureAction.invoke(Method method, Object target, Object[] params)
           
 Object SecureAction.invokeDirect(Method method, Object target, Object[] params)
           
 void SecureAction.startActivator(BundleActivator activator, BundleContext context)
           
 void SecureAction.stopActivator(BundleActivator activator, BundleContext context)
           
 Object SecureAction.swapStaticFieldIfNotClass(Class targetClazz, Class targetType, Class condition, String lockName)
           
 

Uses of Exception in org.apache.felix.framework.util.manifestparser
 

Constructors in org.apache.felix.framework.util.manifestparser that throw Exception
R4Library(String libraryFile, String[] osnames, String[] processors, String[] osversions, String[] languages, String selectionFilter)
           
 

Uses of Exception in org.apache.felix.gogo.api
 

Methods in org.apache.felix.gogo.api with parameters of type Exception
 void CommandSessionListener.afterExecute(CommandSession session, CharSequence command, Exception exception)
           
 

Uses of Exception in org.apache.felix.gogo.command
 

Methods in org.apache.felix.gogo.command that throw Exception
 void Activator.start(BundleContext bc)
           
 void Activator.stop(BundleContext bc)
           
 

Uses of Exception in org.apache.felix.gogo.runtime
 

Subclasses of Exception in org.apache.felix.gogo.runtime
 class CommandNotFoundException
          Thrown if an unknown command is entered into a shell or passed on the command line
 class EOFError
           
 class SyntaxError
           
 

Methods in org.apache.felix.gogo.runtime that throw Exception
 void Parser.array( list,  map)
           
 Object CommandProcessorImpl.eval(CommandSession session, Object[] argv)
           
 Object Evaluate.eval(Token t)
           
 Object Closure.eval(Token t)
           
 Object CommandSessionImpl.execute(CharSequence commandline)
           
 Object CommandProxy.execute(CommandSession session,  arguments)
           
 Object Closure.execute(CommandSession x,  values)
           
 Object Closure.executeStatement( statement)
           
static Object Tokenizer.expand(CharSequence word, Evaluate eval)
          expand variables, quotes and escapes in word.
 Object Tokenizer.expand(CharSequence word, short line, short column)
           
 CharSequence CommandSessionImpl.format(Object target, int level, Converter escape)
           
static Object Reflective.method(CommandSession session, Object target, String name,  args)
           
 

Constructors in org.apache.felix.gogo.runtime that throw Exception
Closure(CommandSessionImpl session, Closure parent, CharSequence source)
           
 

Uses of Exception in org.apache.felix.gogo.runtime.activator
 

Methods in org.apache.felix.gogo.runtime.activator with parameters of type Exception
 void EventAdminListener.afterExecute(CommandSession session, CharSequence command, Exception exception)
           
 

Methods in org.apache.felix.gogo.runtime.activator that throw Exception
 void Activator.start(BundleContext context)
           
 void Activator.stop(BundleContext context)
           
 

Uses of Exception in org.apache.felix.gogo.shell
 

Methods in org.apache.felix.gogo.shell with parameters of type Exception
 void Procedural._throw(Exception e)
           
 

Methods in org.apache.felix.gogo.shell that throw Exception
 Object Procedural._if(CommandSession session, Function[] fns)
           
 Object Builtin._new(Object name, Object[] argv)
           
 void Procedural._throw(Exception e)
           
 Object Procedural._try(CommandSession session, Function func)
           
 Object Procedural._try(CommandSession session, Function func, Function error)
           
 void Procedural._while(CommandSession session, Function condition, Function ifTrue)
           
 void Posix.cat(CommandSession session, String[] args)
           
 Object Converters.convert( desiredType, Object in)
           
  Procedural.each(CommandSession session,  list, Function closure)
           
 Object Shell.gosh(CommandSession session, String[] argv)
           
 boolean Procedural.not(CommandSession session, Function condition)
           
 void Builtin.set(CommandSession session, String[] argv)
           
 Object Shell.sh(CommandSession session, String[] argv)
           
 Object Shell.source(CommandSession session, String script)
           
 void Activator.start(BundleContext ctxt)
           
 void Activator.stop(BundleContext context)
           
 boolean Builtin.type(CommandSession session, String[] argv)
           
 void Procedural.until(CommandSession session, Function condition, Function ifTrue)
           
 

Uses of Exception in org.apache.felix.http.base.internal
 

Methods in org.apache.felix.http.base.internal that throw Exception
protected  void AbstractHttpActivator.doStart()
           
protected abstract  void AbstractActivator.doStart()
           
protected  void AbstractHttpActivator.doStop()
           
protected abstract  void AbstractActivator.doStop()
           
 void AbstractActivator.start(BundleContext context)
           
 void AbstractActivator.stop(BundleContext context)
           
 

Uses of Exception in org.apache.felix.http.base.internal.context
 

Methods in org.apache.felix.http.base.internal.context with parameters of type Exception
 void ServletContextImpl.log(Exception cause, String message)
           
 

Uses of Exception in org.apache.felix.http.bridge.internal
 

Methods in org.apache.felix.http.bridge.internal that throw Exception
protected  void BridgeActivator.doStart()
           
 

Uses of Exception in org.apache.felix.http.bundle.internal
 

Methods in org.apache.felix.http.bundle.internal that throw Exception
 void CombinedActivator.start(BundleContext context)
           
 void CombinedActivator.stop(BundleContext context)
           
 

Uses of Exception in org.apache.felix.http.jetty.internal
 

Methods in org.apache.felix.http.jetty.internal that throw Exception
protected  void JettyActivator.doStart()
           
protected  void JettyActivator.doStop()
           
 void JettyService.start()
           
 void JettyService.stop()
           
 

Uses of Exception in org.apache.felix.http.proxy
 

Constructors in org.apache.felix.http.proxy that throw Exception
DispatcherTracker(BundleContext context, String filter, ServletConfig config)
           
 

Uses of Exception in org.apache.felix.http.samples.bridge
 

Methods in org.apache.felix.http.samples.bridge that throw Exception
 void ProvisionActivator.start(BundleContext context)
           
 void ProvisionActivator.stop(BundleContext context)
           
 

Uses of Exception in org.apache.felix.http.samples.filter
 

Methods in org.apache.felix.http.samples.filter that throw Exception
 void Activator.start(BundleContext context)
           
 void Activator.stop(BundleContext context)
           
 

Uses of Exception in org.apache.felix.http.samples.whiteboard
 

Methods in org.apache.felix.http.samples.whiteboard that throw Exception
 void Activator.start(BundleContext context)
           
 void Activator.stop(BundleContext context)
           
 

Uses of Exception in org.apache.felix.http.whiteboard.internal
 

Methods in org.apache.felix.http.whiteboard.internal that throw Exception
protected  void WhiteboardActivator.doStart()
           
protected  void WhiteboardActivator.doStop()
           
 

Uses of Exception in org.apache.felix.ipojo
 

Subclasses of Exception in org.apache.felix.ipojo
 class MissingHandlerException
          Missing Handler Exception.
 class UnacceptableConfiguration
          UnacceptableConfiguration occurs when a factory refuses to create an instance.
 

Uses of Exception in org.apache.felix.ipojo.composite.service.provides
 

Subclasses of Exception in org.apache.felix.ipojo.composite.service.provides
 class CompositionException
          Exception occurs when a composition error occurs.
 

Uses of Exception in org.apache.felix.ipojo.handlers.jmx
 

Methods in org.apache.felix.ipojo.handlers.jmx that throw Exception
 void DynamicMBeanWRegisterImpl.preDeregister()
          This method is before after the MBean deregistration.
 javax.management.ObjectName DynamicMBeanWRegisterImpl.preRegister(javax.management.MBeanServer server, javax.management.ObjectName name)
          This method is executed before the MBean registration.
 

Uses of Exception in org.apache.felix.ipojo.handlers.providedservice.strategy
 

Methods in org.apache.felix.ipojo.handlers.providedservice.strategy that throw Exception
 Object ErrorPrintingServiceFactoryProxy.invoke(Object proxy, Method method, Object[] args)
          'Invoke' methods called when a method is called on the proxy.
 

Uses of Exception in org.apache.felix.ipojo.junit4osgi.plugin
 

Methods in org.apache.felix.ipojo.junit4osgi.plugin that throw Exception
 void XMLReport.generateReport(junit.framework.Test test, junit.framework.TestResult tr, File reportsDirectory, BundleContext bc, Map configuration)
          Generates the XML reports.
 

Uses of Exception in org.apache.felix.ipojo.junit4osgi.plugin.log
 

Methods in org.apache.felix.ipojo.junit4osgi.plugin.log that throw Exception
 void LogServiceImpl.start(BundleContext bc)
          Stars the log service implementation: Registers the service.
 void LogServiceImpl.stop(BundleContext arg0)
          Stops the log service implementation.
 

Uses of Exception in org.apache.felix.jmood
 

Methods in org.apache.felix.jmood with parameters of type Exception
 void AgentContext.error(String s, Exception e)
           
 

Methods in org.apache.felix.jmood that throw Exception
 void Activator.start(BundleContext context)
           
 void RMIHandler.stop()
           
 void Activator.stop(BundleContext context)
           
 

Constructors in org.apache.felix.jmood that throw Exception
AgentContext(BundleContext context)
           
 

Uses of Exception in org.apache.felix.jmood.compendium
 

Methods in org.apache.felix.jmood.compendium that throw Exception
 void UserManagerMBean.addCredential(String key, Object value, String username)
           
 boolean UserManagerMBean.addMember(String groupname, String rolename)
           
 void UserManagerMBean.addProperty(String key, Object value, String rolename)
           
 void ConfigAdminManager.addPropertyToConfigurations(String filter, String name, String value, String type)
          Updates or adds a property to configurations selected by an LDAP expression Arrays and vectors not supported
 void ConfigAdminManagerMBean.addPropertyToConfigurations(String filter, String name, String value, String type)
          Updates or adds a property to configurations selected by an LDAP expression Arrays and vectors not supported
 boolean UserManagerMBean.addRequiredMember(String groupname, String rolename)
           
 String ConfigAdminManager.createFactoryConfiguration(String pid)
           
 String ConfigAdminManagerMBean.createFactoryConfiguration(String pid)
           
 String ConfigAdminManager.createFactoryConfiguration(String pid, String location)
           
 String ConfigAdminManagerMBean.createFactoryConfiguration(String pid, String location)
           
 void UserManagerMBean.createRole(String name, String type)
          Creates a role of the specified type, case insensitive, with the specified name
 void UserManager.createRole(String name, String type)
          Creates a role of the specified type, case insensitive, with the specified name
 void ConfigurationDelegateMBean.delete()
           
 void ConfigurationDelegate.delete()
           
 void ConfigAdminManager.deleteConfigurations(String filter)
          Delete the configurations identified by the LDAP filter
 void ConfigAdminManagerMBean.deleteConfigurations(String filter)
          Delete the configurations identified by the LDAP filter
 void ConfigurationDelegateMBean.deleteProperty(String key)
           
 void ConfigurationDelegate.deleteProperty(String key)
           
 javax.management.openmbean.CompositeData UserManagerMBean.getAuthorization(String user)
           
 String ConfigurationDelegateMBean.getBundleLocation()
           
 String ConfigAdminManager.getConfiguration(String pid)
           
 String ConfigAdminManagerMBean.getConfiguration(String pid)
           
 String ConfigAdminManager.getConfiguration(String pid, String location)
          This method gets a configuration object related to a pid and a bundle location
 String ConfigAdminManagerMBean.getConfiguration(String pid, String location)
          This method gets a configuration object related to a pid and a bundle location
 Hashtable UserManagerMBean.getCredentials(String username)
           
 String ConfigurationDelegateMBean.getFactoryPid()
           
 javax.management.openmbean.CompositeData UserManagerMBean.getGroup(String groupname)
           
 String[] UserManagerMBean.getGroups()
           
 String[] UserManager.getGroups()
           
 String[] UserManagerMBean.getImpliedRoles(String username)
           
 String[] UserManager.getImpliedRoles(String username)
           
 javax.management.openmbean.CompositeData[] LogManagerMBean.getLog()
           
 int LogManagerMBean.getLogLevel()
           
 String[] LogManagerMBean.getLogMessages()
          This method exposes the attribute LogFromReader for remote management.
 String[] UserManagerMBean.getMembers(String groupname)
           
 String ConfigurationDelegateMBean.getPid()
           
 Hashtable ConfigurationDelegateMBean.getProperties()
           
 Hashtable UserManagerMBean.getProperties(String rolename)
           
 String ConfigurationDelegateMBean.getProperty(String key)
           
 String ConfigurationDelegate.getProperty(String key)
           
 String[] UserManagerMBean.getRequiredMembers(String groupname)
           
 javax.management.openmbean.CompositeData UserManagerMBean.getRole(String name)
           
 javax.management.openmbean.CompositeData UserManager.getRole(String name)
           
 String[] UserManagerMBean.getRoles()
           
 String[] UserManager.getRoles()
           
 String[] UserManagerMBean.getRoles(String filter)
           
 String[] UserManager.getRoles(String filter)
           
 javax.management.openmbean.CompositeData UserManagerMBean.getUser(String username)
           
 javax.management.openmbean.CompositeData UserManager.getUser(String username)
           
 String UserManagerMBean.getUser(String key, String value)
           
 String[] UserManagerMBean.getUsers()
           
 String[] UserManager.getUsers()
           
 boolean ConfigAdminManagerMBean.isAvailable()
           
 String[] ConfigAdminManager.listConfigurations(String filter)
           
 String[] ConfigAdminManagerMBean.listConfigurations(String filter)
           
 void ConfigAdminManager.preDeregister()
           
 void UserManager.preDeregister()
           
 void ConfigurationDelegate.preDeregister()
           
 void LogManager.preDeregister()
           
 javax.management.ObjectName ConfigAdminManager.preRegister(javax.management.MBeanServer server, javax.management.ObjectName name)
          This is called before the module is loaded.
 javax.management.ObjectName UserManager.preRegister(javax.management.MBeanServer server, javax.management.ObjectName name)
           
 javax.management.ObjectName ConfigurationDelegate.preRegister(javax.management.MBeanServer server, javax.management.ObjectName name)
           
 void ConfigAdminManager.refresh()
           
 void ConfigAdminManagerMBean.refresh()
           
 void UserManagerMBean.removeCredential(String key, String username)
           
 boolean UserManagerMBean.removeMember(String groupname, String rolename)
           
 void UserManagerMBean.removeProperty(String key, String rolename)
           
 void ConfigAdminManager.removePropertyFromConfigurations(String filter, String name)
          Removes a property from all the configurations selected by an LDAP expression
 void ConfigAdminManagerMBean.removePropertyFromConfigurations(String filter, String name)
          Removes a property from all the configurations selected by an LDAP expression
 boolean UserManagerMBean.removeRole(String name)
           
 void ConfigurationDelegateMBean.setBundleLocation(String bundleLocation)
           
 void LogManagerMBean.setLogLevel(int level)
           
 void ConfigurationDelegateMBean.setProperty(String key, String value, String type)
           
 void ConfigurationDelegate.setProperty(String key, String value, String type)
           
 void ConfigurationDelegateMBean.update()
           
 void ConfigurationDelegateMBean.update(Hashtable properties)
           
 

Uses of Exception in org.apache.felix.jmood.core
 

Subclasses of Exception in org.apache.felix.jmood.core
 class BundleNotAvailableException
           
 class NotImplementedException
           
 class ServiceNotAvailableException
           
 

Methods in org.apache.felix.jmood.core that throw Exception
 void Framework.preDeregister()
           
 javax.management.ObjectName Framework.preRegister(javax.management.MBeanServer server, javax.management.ObjectName name)
           
 

Uses of Exception in org.apache.felix.jmood.utils
 

Methods in org.apache.felix.jmood.utils that throw Exception
static javax.management.openmbean.CompositeData OSGi2JMXCodec.encodeAuthorization(Authorization authorization)
           
static javax.management.openmbean.CompositeData OSGi2JMXCodec.encodeBundleEvent(BundleEvent event)
           
static javax.management.openmbean.CompositeData OSGi2JMXCodec.encodeException(Throwable throwable)
           
static javax.management.openmbean.CompositeData OSGi2JMXCodec.encodeFrameworkEvent(FrameworkEvent event)
           
static javax.management.openmbean.CompositeData OSGi2JMXCodec.encodeGroup(Group group)
           
static javax.management.openmbean.CompositeData[] OSGi2JMXCodec.encodeLog(Enumeration enumeration)
           
static javax.management.openmbean.CompositeData OSGi2JMXCodec.encodeLogEntry(LogEntry entry)
           
static javax.management.openmbean.CompositeData OSGi2JMXCodec.encodeRole(Role role)
           
static javax.management.openmbean.CompositeData OSGi2JMXCodec.encodeRoleProperties(Dictionary RoleProperties)
           
static javax.management.openmbean.CompositeData OSGi2JMXCodec.encodeService(ServiceReference service)
           
static javax.management.openmbean.CompositeData OSGi2JMXCodec.encodeServiceEvent(ServiceEvent event)
           
static javax.management.openmbean.CompositeData OSGi2JMXCodec.encodeStackTraceElement(StackTraceElement element)
           
static javax.management.openmbean.CompositeData OSGi2JMXCodec.encodeUser(User user)
           
static javax.management.openmbean.CompositeData OSGi2JMXCodec.encodeUserAdminEvent(UserAdminEvent event)
           
static javax.management.openmbean.CompositeData OSGi2JMXCodec.encodeUserCredentials(Dictionary credentials)
           
 

Uses of Exception in org.apache.felix.log
 

Methods in org.apache.felix.log that throw Exception
 void Activator.start(BundleContext context)
          Called by the OSGi framework when the bundle is started.
 void Activator.stop(BundleContext context)
          Called by the OSGi framework when the bundle is stopped.
 

Uses of Exception in org.apache.felix.main
 

Methods in org.apache.felix.main that throw Exception
static void Main.main(String[] args)
           This method performs the main task of constructing an framework instance and starting its execution.
 

Uses of Exception in org.apache.felix.mosgi.console.component
 

Methods in org.apache.felix.mosgi.console.component that throw Exception
 void Activator.start(BundleContext context)
           
 

Uses of Exception in org.apache.felix.mosgi.console.gui
 

Methods in org.apache.felix.mosgi.console.gui that throw Exception
static Gateway Gateway.newGateway(Gateway ref)
           
 

Uses of Exception in org.apache.felix.mosgi.jmx.agent
 

Methods in org.apache.felix.mosgi.jmx.agent that throw Exception
 void AgentActivator.start(BundleContext context)
           
 void AgentActivator.stop(BundleContext context)
           
 

Uses of Exception in org.apache.felix.mosgi.jmx.agent.mx4j
 

Subclasses of Exception in org.apache.felix.mosgi.jmx.agent.mx4j
 class ImplementationException
          Thrown when an internal error in the MX4J implementation is detected.
 

Uses of Exception in org.apache.felix.mosgi.jmx.agent.mx4j.loading
 

Subclasses of Exception in org.apache.felix.mosgi.jmx.agent.mx4j.loading
 class MLetParseException
          Thrown when a problem parsing MLet files is encountered
 

Uses of Exception in org.apache.felix.mosgi.jmx.httpconnector
 

Methods in org.apache.felix.mosgi.jmx.httpconnector that throw Exception
 void HttpConnectorActivator.start(BundleContext bc)
           
 void HttpConnectorActivator.stop(BundleContext bc)
           
 

Uses of Exception in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
 

Subclasses of Exception in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
 class HttpException
          HttpException is emitted when an error parsing an HTTP request appears
 

Methods in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http with parameters of type Exception
protected  void HttpAdaptor.postProcess(HttpOutputStream out, HttpInputStream in, Exception e)
           
 void DefaultProcessor.writeError(HttpOutputStream out, HttpInputStream in, Exception e)
           
 void ProcessorMBean.writeError(HttpOutputStream out, HttpInputStream in, Exception e)
          The method will process the result exception and produce output.
 void XSLTProcessor.writeError(HttpOutputStream out, HttpInputStream in, Exception e)
           
 

Methods in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http that throw Exception
protected static Object CommandProcessorUtil.createParameterValue(String parameterType, String parameterValue)
          Creates a parameter object of the given type containing a given value.
 void HttpAdaptor.preDeregister()
           
 javax.management.ObjectName HttpAdaptor.preRegister(javax.management.MBeanServer server, javax.management.ObjectName name)
          Gathers some basic data
 

Uses of Exception in org.apache.felix.mosgi.jmx.registry.mx4j.tools.naming
 

Methods in org.apache.felix.mosgi.jmx.registry.mx4j.tools.naming that throw Exception
 void NamingService.start(BundleContext bc)
           
 void NamingService.stop(BundleContext bc)
           
 

Uses of Exception in org.apache.felix.mosgi.jmx.remotelogger
 

Methods in org.apache.felix.mosgi.jmx.remotelogger that throw Exception
 void Logger.start(BundleContext bc)
           
 void Logger.stop(BundleContext bc)
           
 

Uses of Exception in org.apache.felix.mosgi.jmx.rmiconnector
 

Methods in org.apache.felix.mosgi.jmx.rmiconnector that throw Exception
 void RmiConnectorActivator.start(BundleContext bc)
           
 void RmiConnectorActivator.stop(BundleContext bc)
           
 

Uses of Exception in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote
 

Methods in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote that throw Exception
static Object MX4JRemoteUtils.subjectInvoke(Subject subject, Subject delegate, AccessControlContext context, PrivilegedExceptionAction action)
           
 

Uses of Exception in org.apache.felix.mosgi.managedelements.bundlesprobes
 

Methods in org.apache.felix.mosgi.managedelements.bundlesprobes that throw Exception
 void BundlesProbes.start(BundleContext context)
           
 

Uses of Exception in org.apache.felix.mosgi.managedelements.bundlesprobes.tab
 

Methods in org.apache.felix.mosgi.managedelements.bundlesprobes.tab that throw Exception
 void BundlesProbesModelTabUI.createBundleList(javax.management.MBeanServerConnection conn)
           
 void BundlesProbesModelTabUI.installButtonAction(String text)
           
 void BundlesProbesModelTabUI.refreshButtonAction()
           
 void BundlesProbesModelTabUI.startButtonAction(Long id)
           
 void BundlesProbesModelTabUI.stopButtonAction(Long id)
           
 void BundlesProbesModelTabUI.uninstallButtonAction(Long id)
           
 void BundlesProbesModelTabUI.updateButtonAction(Long id)
           
 

Constructors in org.apache.felix.mosgi.managedelements.bundlesprobes.tab that throw Exception
BundlesProbesModelTabUI()
           
BundlesProbesTabUI()
           
 

Uses of Exception in org.apache.felix.mosgi.managedelements.memoryprobe
 

Methods in org.apache.felix.mosgi.managedelements.memoryprobe that throw Exception
 void MemoryProbe.start(BundleContext context)
           
 void MemoryProbe.stop(BundleContext context)
           
 

Uses of Exception in org.apache.felix.mosgi.managedelements.obrprobe
 

Methods in org.apache.felix.mosgi.managedelements.obrprobe that throw Exception
 void ObrProbe.start(BundleContext context)
           
 

Uses of Exception in org.apache.felix.mosgi.managedelements.osgiprobes
 

Methods in org.apache.felix.mosgi.managedelements.osgiprobes that throw Exception
 void OsgiProbes.start(BundleContext context)
           
 

Uses of Exception in org.apache.felix.prefs.impl
 

Methods in org.apache.felix.prefs.impl that throw Exception
 void PreferencesManager.start(BundleContext context)
           
 void PreferencesManager.stop(BundleContext context)
           
 

Uses of Exception in org.apache.felix.scr.impl
 

Methods in org.apache.felix.scr.impl that throw Exception
 void Activator.start(BundleContext context)
          Registers this instance as a (synchronous) bundle listener and loads the components of already registered bundles.
 void Activator.stop(BundleContext context)
          Unregisters this instance as a bundle listener and unloads all components which have been registered during the active life time of the SCR implementation bundle.
 

Uses of Exception in org.apache.felix.scr.impl.helper
 

Subclasses of Exception in org.apache.felix.scr.impl.helper
 class SuitableMethodNotAccessibleException
           
 

Uses of Exception in org.apache.felix.scr.impl.parser
 

Methods in org.apache.felix.scr.impl.parser that return Exception
 Exception ParseException.getException()
           
 

Methods in org.apache.felix.scr.impl.parser that throw Exception
 void KXml2SAXParser.parseXML(KXml2SAXHandler handler)
          Parser from the reader provided in the constructor, and call the startElement and endElement in a KxmlHandler
 void KXml2SAXHandler.processingInstruction(String target, String data)
           
 

Constructors in org.apache.felix.scr.impl.parser with parameters of type Exception
ParseException(String msg, Exception originalException)
           
 

Uses of Exception in org.apache.felix.service.command
 

Methods in org.apache.felix.service.command that throw Exception
 Object Converter.convert( desiredType, Object in)
          Convert an object to the desired type.
 Object CommandSession.execute(CharSequence commandline)
          Execute a program in this session.
 Object Function.execute(CommandSession session,  arguments)
          Execute this function and return the result.
 CharSequence Converter.format(Object target, int level, Converter escape)
          Convert an objet to a CharSequence object in the requested format.
 

Uses of Exception in org.apache.felix.servicebinder
 

Subclasses of Exception in org.apache.felix.servicebinder
 class ServiceBinderException
          Exceptions thrown by the ServiceBinder.
 

Methods in org.apache.felix.servicebinder that throw Exception
 void GenericActivator.start(BundleContext context)
          Called upon starting of the bundle.
 void GenericActivator.stop(BundleContext context)
          Stop method that destroys all the instance managers
 

Uses of Exception in org.apache.felix.servicebinder.impl
 

Constructors in org.apache.felix.servicebinder.impl that throw Exception
ArchitectureServiceImpl()
           
 

Uses of Exception in org.apache.felix.shell
 

Methods in org.apache.felix.shell that throw Exception
 void ShellService.executeCommand(String commandLine, PrintStream out, PrintStream err)
          This method executes the supplied command line using the supplied output and error print stream.
 

Uses of Exception in org.apache.felix.shell.impl
 

Methods in org.apache.felix.shell.impl that throw Exception
 Object Activator.ExecutePrivileged.run()
           
 

Constructors in org.apache.felix.shell.impl that throw Exception
Activator.ExecutePrivileged(Command command, String commandLine, PrintStream out, PrintStream err)
           
 

Uses of Exception in org.apache.felix.shell.remote
 

Methods in org.apache.felix.shell.remote that throw Exception
 void Activator.start(BundleContext context)
           
 void Activator.stop(BundleContext context)
           
 

Uses of Exception in org.apache.felix.transaction.internal
 

Methods in org.apache.felix.transaction.internal that throw Exception
 void TransactionManagerService.close()
           
 void TransactionManagerService.start()
           
 void Activator.start(BundleContext bundleContext)
           
 void Activator.stop(BundleContext context)
           
 

Uses of Exception in org.apache.felix.upnp.basedriver
 

Methods in org.apache.felix.upnp.basedriver that throw Exception
 void Activator.start(BundleContext context)
           
 void Activator.stop(BundleContext context)
           
 

Uses of Exception in org.apache.felix.upnp.basedriver.importer.core.upnp
 

Methods in org.apache.felix.upnp.basedriver.importer.core.upnp that throw Exception
 Dictionary UPnPActionImpl.invoke(Dictionary args)
           
 

Uses of Exception in org.apache.felix.upnp.basedriver.util
 

Methods in org.apache.felix.upnp.basedriver.util that throw Exception
static Object Converter.parseString(String value, String upnpType)
           
static String Converter.toString(Object value, String upnpType)
           
 

Uses of Exception in org.apache.felix.upnp.sample.binaryLight
 

Methods in org.apache.felix.upnp.sample.binaryLight that throw Exception
 void Activator.start(BundleContext context)
           
 void Activator.stop(BundleContext context)
           
 

Uses of Exception in org.apache.felix.upnp.sample.binaryLight.actions
 

Methods in org.apache.felix.upnp.sample.binaryLight.actions that throw Exception
 Dictionary SetTargetAction.invoke(Dictionary args)
           
 Dictionary GetTargetAction.invoke(Dictionary args)
           
 Dictionary GetStatusAction.invoke(Dictionary args)
           
 

Uses of Exception in org.apache.felix.upnp.sample.clock
 

Methods in org.apache.felix.upnp.sample.clock that throw Exception
 Dictionary SetTimeAction.invoke(Dictionary args)
           
 Dictionary GetTimeAction.invoke(Dictionary args)
           
 void Activator.start(BundleContext context)
           
 void Activator.stop(BundleContext context)
           
 

Uses of Exception in org.apache.felix.upnp.sample.tv
 

Methods in org.apache.felix.upnp.sample.tv that throw Exception
 Dictionary GetPowerAction.invoke(Dictionary args)
           
 Dictionary SetPowerAction.invoke(Dictionary args)
           
 void Activator.start(BundleContext context)
           
 void Activator.stop(BundleContext context)
           
 

Uses of Exception in org.apache.felix.upnp.tester
 

Methods in org.apache.felix.upnp.tester that throw Exception
 void Activator.start(BundleContext context)
           
 void Activator.stop(BundleContext context)
           
 

Uses of Exception in org.apache.felix.useradmin.impl
 

Methods in org.apache.felix.useradmin.impl that throw Exception
 void Activator.start(BundleContext context)
           
 void Activator.stop(BundleContext context)
          This method is unregistering UserAdmin service,closing logger and closing resources kept by UserAdmin.
 

Uses of Exception in org.apache.felix.webconsole.plugins.event.internal
 

Methods in org.apache.felix.webconsole.plugins.event.internal that throw Exception
 void Activator.start(BundleContext context)
           
 void Activator.stop(BundleContext context)
           
 

Uses of Exception in org.apache.felix.webconsole.plugins.upnp.internal
 

Methods in org.apache.felix.webconsole.plugins.upnp.internal that throw Exception
 void Activator.start(BundleContext context)
           
 void Activator.stop(BundleContext context)
           
 

Uses of Exception in org.osgi.framework
 

Subclasses of Exception in org.osgi.framework
 class BundleException
          A Framework exception used to indicate that a bundle lifecycle problem occurred.
 class InvalidSyntaxException
          A Framework exception used to indicate that a filter string has an invalid syntax.
 class ServiceException
          A service exception used to indicate that a service problem occurred.
 

Methods in org.osgi.framework that throw Exception
 void BundleActivator.start(BundleContext context)
          Called when this bundle is started so the Framework can perform the bundle-specific activities necessary to start this bundle.
 void BundleActivator.stop(BundleContext context)
          Called when this bundle is stopped so the Framework can perform the bundle-specific activities necessary to stop the bundle.
 

Uses of Exception in org.osgi.service.application
 

Subclasses of Exception in org.osgi.service.application
 class ApplicationException
          This exception is used to indicate problems related to application lifecycle management.
 

Methods in org.osgi.service.application that throw Exception
protected abstract  ApplicationHandle ApplicationDescriptor.launchSpecific(Map arguments)
          Called by launch() to create and start a new instance in an application model specific way.
 

Uses of Exception in org.osgi.service.blueprint.container
 

Subclasses of Exception in org.osgi.service.blueprint.container
 class ComponentDefinitionException
          A Blueprint exception indicating that a component definition is in error.
 class NoSuchComponentException
          A Blueprint exception indicating that a component does not exist in a Blueprint Container.
 class ServiceUnavailableException
          A Blueprint exception indicating that a service is unavailable.
 

Methods in org.osgi.service.blueprint.container that throw Exception
 Object Converter.convert(Object sourceObject, ReifiedType targetType)
          Convert the specified object to an instance of the specified type.
 

Uses of Exception in org.osgi.service.cm
 

Subclasses of Exception in org.osgi.service.cm
 class ConfigurationException
          An Exception class to inform the Configuration Admin service of problems with configuration data.
 

Uses of Exception in org.osgi.service.component
 

Subclasses of Exception in org.osgi.service.component
 class ComponentException
          Unchecked exception which may be thrown by the Service Component Runtime.
 

Uses of Exception in org.osgi.service.deploymentadmin
 

Subclasses of Exception in org.osgi.service.deploymentadmin
 class DeploymentException
          Checked exception received when something fails during any deployment processes.
 

Uses of Exception in org.osgi.service.deploymentadmin.spi
 

Subclasses of Exception in org.osgi.service.deploymentadmin.spi
 class ResourceProcessorException
          Checked exception received when something fails during a call to a Resource Processor.
 

Uses of Exception in org.osgi.service.device
 

Methods in org.osgi.service.device that throw Exception
 String Driver.attach(ServiceReference reference)
          Attaches this Driver service to the Device service represented by the given ServiceReference object.
 int Driver.match(ServiceReference reference)
          Checks whether this Driver service can be attached to the Device service.
 

Uses of Exception in org.osgi.service.http
 

Subclasses of Exception in org.osgi.service.http
 class NamespaceException
          A NamespaceException is thrown to indicate an error with the caller's request to register a servlet or resources into the URI namespace of the Http Service.
 

Uses of Exception in org.osgi.service.obr
 

Methods in org.osgi.service.obr that throw Exception
 Repository RepositoryAdmin.addRepository(URL repository)
          Add a new repository to the federation.
 

Uses of Exception in org.osgi.service.prefs
 

Subclasses of Exception in org.osgi.service.prefs
 class BackingStoreException
          Thrown to indicate that a preferences operation could not complete because of a failure in the backing store, or a failure to contact the backing store.
 

Uses of Exception in org.osgi.service.upnp
 

Subclasses of Exception in org.osgi.service.upnp
 class UPnPException
          There are several defined error situations describing UPnP problems while a control point invokes actions to UPnPDevices.
 

Methods in org.osgi.service.upnp that throw Exception
 Dictionary UPnPAction.invoke(Dictionary args)
          Invokes the action.
 

Uses of Exception in org.osgi.util.xml
 

Methods in org.osgi.util.xml that throw Exception
 void XMLParserActivator.start(BundleContext context)
          Called when this bundle is started so the Framework can perform the bundle-specific activities necessary to start this bundle.
 void XMLParserActivator.stop(BundleContext context)
          This method has nothing to do as all active service registrations will automatically get unregistered when the bundle stops.
 

Uses of Exception in org.ungoverned.osgi.service.shell
 

Methods in org.ungoverned.osgi.service.shell that throw Exception
 void ShellService.executeCommand(String commandLine, PrintStream out, PrintStream err)
          This method executes the supplied command line using the supplied output and error print stream.
 

Uses of Exception in samples.dependonconfiguration
 

Methods in samples.dependonconfiguration that throw Exception
 void Activator.destroy(BundleContext context, DependencyManager manager)
           
 void Activator.init(BundleContext context, DependencyManager manager)
           
 

Uses of Exception in samples.dependonservice
 

Methods in samples.dependonservice that throw Exception
 void Activator.destroy(BundleContext context, DependencyManager manager)
           
 void Activator.init(BundleContext context, DependencyManager manager)
           
 

Uses of Exception in samples.registerservice
 

Methods in samples.registerservice that throw Exception
 void Activator.destroy(BundleContext context, DependencyManager manager)
           
 void Activator.init(BundleContext context, DependencyManager manager)
           
 

Uses of Exception in samples.trackingserviceswithcallbacks
 

Methods in samples.trackingserviceswithcallbacks that throw Exception
 void Activator.destroy(BundleContext context, DependencyManager manager)
           
 void Activator.init(BundleContext context, DependencyManager manager)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.