:: com :: sun :: star :: java ::

exception JavaVMCreationFailureException
Base Hierarchy
JavaVMCreationFailureExceptionJavaInitializationException
    ┗ ::com::sun::star::uno::DeploymentException
       ┗ ::com::sun::star::uno::RuntimeException
          ┗ ::com::sun::star::uno::Exception

Elements' Summary
ErrorCode contains an error code that reflects the returned error code of JNI_CreateJavaVM or other errors. A negative value represents the returned error code of JNI_CreateJavaVM. All other values indicate a different cause.  
Elements' Details
ErrorCode
long ErrorCode;
Description
contains an error code that reflects the returned error code of JNI_CreateJavaVM or other errors. A negative value represents the returned error code of JNI_CreateJavaVM. All other values indicate a different cause.
Top of Page