UDK 3.1.0 Java API Reference

Uses of Class
com.sun.star.uno.Exception

Packages that use Exception
com.sun.star.comp.helper   
com.sun.star.lib.uno.helper   
com.sun.star.uno   
 

Uses of Exception in com.sun.star.comp.helper
 

Methods in com.sun.star.comp.helper that throw Exception
static XMultiServiceFactory RegistryServiceFactory.create(String writeRegistryFile, String readRegistryFile)
          Deprecated. This bootstraps an initial service factory working on a registry.
static XMultiServiceFactory RegistryServiceFactory.create(String writeRegistryFile, String readRegistryFile, boolean readOnly)
          Deprecated. This bootstraps an initial service factory working on a registry.
static XMultiServiceFactory RegistryServiceFactory.create(String registryFile)
          Deprecated. This bootstraps an initial service factory working on a registry file.
static XMultiServiceFactory RegistryServiceFactory.create(String registryFile, boolean readOnly)
          Deprecated. This bootstraps an initial service factory working on a registry file.
static XMultiServiceFactory RegistryServiceFactory.create()
          Deprecated. This bootstraps a service factory without initialize a registry.
 

Uses of Exception in com.sun.star.lib.uno.helper
 

Methods in com.sun.star.lib.uno.helper that throw Exception
 Object Factory.createInstanceWithContext(XComponentContext xContext)
           
 Object Factory.createInstanceWithArgumentsAndContext(Object[] arguments, XComponentContext xContext)
           
 

Uses of Exception in com.sun.star.uno
 

Methods in com.sun.star.uno that throw Exception
 Object XNamingService.getRegisteredObject(String Name)
           
 void XNamingService.registerObject(String Name, Object Object)
           
 void XNamingService.revokeObject(String Name)
           
 


UDK 3.1.0 Java API Reference