LibreOffice
LibreOffice 24.2 SDK API Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
List of all members
JavaInitializationException Exception Referencepublished

indicates that there is no Java available More...

import"JavaInitializationException.idl";

Inheritance diagram for JavaInitializationException:
DeploymentException RuntimeException Exception InvalidJavaSettingsException JavaDisabledException JavaNotConfiguredException JavaNotFoundException JavaVMCreationFailureException MissingJavaRuntimeException RestartRequiredException

Additional Inherited Members

- Public Attributes inherited from Exception
string Message
 gives a detailed description of the reason, why the exception was thrown. More...
 
com::sun::star::uno::XInterface Context
 should contain a reference to the original, which raised the exception. More...
 

Detailed Description

indicates that there is no Java available

It is presumed that Java is a vital part of an office installation. That is, if Java does work for some reason, it is not guaranteed that the office is functional. A JavaInitializationException is therefore caused by some misconfiguration of Java which is closer described by other exceptions in this namespace which inherit JavaInitializationException. These are:

com::sun::star::java::JavaDisabledException
com::sun::star::java::JavaNotConfiguredException
com::sun::star::java::MissingJavaRuntimeException
com::sun::star::java::JavaVMCreationFailureException

Since
OOo 1.1.2

The documentation for this exception was generated from the following file: